Hi,
I am new to Caffe. I would like to have some information about the following parameters from solver.prototxt file.
test_iter
test_interval
display
average_loss
snapshot.
It would be good if I have more information about this particular file.
Hi,
I am new to Caffe. I would like to have some information about the following parameters from solver.prototxt file.
test_iter: number of iterations to run over the test-set
test_interval: interval between runs over the test-set
display: interval between displyaing the training-loss.
average_loss: For output purposes, the loss can be averaged across this many iterations. It's simply an average filter.
snapshot.: How often should caffe save a snapshot of the solverstate and model?
It would be good if I have more information about this particular file.