我的模型在更换训练集之后并没有得到更好的结果,我怀疑是模型保存的问题
收藏
UserWarning: 'inputs' was not specified when Model initialization, so the input shape to be saved will be the shape derived from the user's actual inputs.
0
收藏
请登录后评论
过拟合了?
关键是更换新的训练集,重新训练后,测试出的psnr值并没有改变,应该不是过拟合
我现在不太明白这个userwarning是什么意思,究竟对模型保存有没有影响
应该没有影响,只是一个提示,告诉你用的平均loss,而不是单个batch的loss。
看不懂