templates.lrpolicy_inv.st Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of caffe-translator Show documentation
Show all versions of caffe-translator Show documentation
Translate Caffe code to MXNet Python code
The newest version!
lr = optimizer_params['learning_rate']
lr = base_lr * math.pow((1 + gamma * batch_num), -power)
optimizer_params['learning_rate'] = lr