loss字段是做什么用的

loss字段是做什么用的

本文介绍了Caffe求解器中的average_loss字段是做什么用的?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

average_loss 有什么用?

推荐答案

您可以签入文件。当前版本中的第151行给出有关average_loss的以下注释:

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

这篇关于Caffe求解器中的average_loss字段是做什么用的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 11:52