Created by: deep-practice
假设定义的网络模型为model = Model() 保存 fluid.save_dygraph(model.state_dict(),"model") 加载 param = fluid.load_dygraph("model") model.set_dict(param) 加载过程中报错,说某个fc_weight没有