https://stackoverflow.com/questions/38369565/how-to-get-learning-rate-or-iteration-times-when-define-new-layer-in-caffe 参考上述网址上的方法,需要修改 common.hpp class Caffe { public: static Caffe& Get(); ...//Some other public members //Returns the current iterati…