What is average_loss field in Caffe solver for?

你离开我真会死。 提交于 2019-12-07 02:05:54

问题


What is the use for average_loss? Would someone please give an example of it or explain it in layman's terms?


回答1:


You can check in the caffe.proto file. Line 151 in the present version gives the following comment for average_loss:

Display the loss averaged over the last average_loss iterations


来源:https://stackoverflow.com/questions/40190377/what-is-average-loss-field-in-caffe-solver-for

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!