pytorch深度学习python3.7
assert os.path.isfile(file) and file.endswith('.yaml'), '{} is not a yaml file'.format(file)
AssertionError: config/ade20k/ade20k_pspnet50. yaml is not a yaml file
nono
救命
yaml是什么文件?看这意思是错误提示中的这个yaml文件格式不太对,导致断言错误