Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在Resnet 论文中,作者在表 6 的标题中说“运行 5 次”以报告一些结果。它是如何完成的?是训练模型 5 次,还是使用同一组模型参数测试 5 次?
我相信他们参考了 CNN 中的标准评估模式。输入图像大小为 256x256,但网络输入为 224x224。因此,您从图像中心和角落采样五个 224x224 图像。然后你对它们进行分类并选择平均响应或最大值。