Hi,
I find there's a "random_seed" parameter that we can set in solver.prototxt. I think Caffe will use this random seed for all random number generation through out the execution, so the results should be consistent from run to run.
However, I find it is not true. I set the same "random_seed" parameter, but the training loss and testing accuracies are still different from run to run. What else can cause Caffe to be non-deterministic?
Thanks,
Cui