Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Update sgd_solver for LARS #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update sgd_solver for LARS #264

wants to merge 1 commit into from

Conversation

minkkang
Copy link

We change the SGDFusion flow("normalize" -> "GetLocalRate" -> "regularization & update") and the NON-SGDFusion flow("normalize" -> "GetLocalRate" -> "regularization" -> "update") for LARS.

In original intel-caffe code, only SGD(Not NESTEROV, ADAGRAD, RMSPROP, ADADELTA, ADAM) adapted LARS. So, we change only the flow of SGD.

For more information, please refer to #256

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant