Open shieldOnTheRoad opened 6 years ago
That's because that's a learning rate policy defined in Caffe, not Caffe2.
I do have an implementation of a multistep policy locally that I could PR if you wanted it.
hi @slayton58, can you show us how to do "multistep" in caffe2, I think it is a useful policy in classification task.
Please help, when I set the policy="multistep" in
model.net.LearningRate(...)
, I'm getting the following error.Could anyone do me favor to solver this problem ? Thanks for reading. Some details of lr_policy in
caffe2/caffe/proto/caffe.proto
are showed as follows.