models
models copied to clipboard
AssertionError: Can not find [conv2d_8.w_0] in model file [models/model_02000.pdparams]
采用Flask做成api调用的形式,第一次能识别成功,第二次就失败了
hi,你可以检查下这个文件路径是否还存在
同问,模型文件存在,但是确实没有这一层权重,而且就是python train.py保存的模型,没做任何改动,一推断就加载不出来了。
我也是这个问题 AssertionError: Can not find [fc_3.w_0] in model file [../models/model_10000.pdparams]