While training with caffe tool, sgd_solver.cpp runs even when other solver types are mentioned

63 views
Skip to first unread message

ansh Kapil

unread,
May 19, 2016, 4:37:16 AM5/19/16
to Caffe Users
I specify to use Adam solver in the solver.prototxt , but always sgd_solver.cpp is shown in the logs.

Have anyone else faced the same problem ?

Adil Moujahid

unread,
Jun 30, 2016, 10:23:18 AM6/30/16
to Caffe Users
This question is answered here: https://github.com/BVLC/caffe/issues/4176

ADAM inherits from the SGD solver, so you should expect to see some print statements come from sgd_solver.cpp.
If you want to convince yourself that you're using adam solver, you can add a print statement inside adam_solver.cpp. 
Reply all
Reply to author
Forward
0 new messages