模型缺乏泛化性 #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
今天训练了一下,20个epoch跑下来测试集识别正确率能到91%,但是我用同样的的方法(输入图片保留3通道,尺寸缩放到64*64)把一些自己写的单个字图片输入到模型中预测出来结果准确率非常低,下一步尝试更改一下模型结构来提高泛化性。
请问有测试代码吗?