This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey @barry-jin , Thanks for submitting the PR
CI supported jobs: [clang, centos-gpu, website, centos-cpu, miscellaneous, unix-gpu, sanity, unix-cpu, edge, windows-cpu, windows-gpu] Note: |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
sakibguy
added a commit
to sakibguy/incubator-mxnet
that referenced
this pull request
Jul 28, 2021
[v2.0] Add Optim Warning (apache#20426)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Optimizers in MXNet2.0 are refactored and some have new keyword name for the parameters, like adagrad(eps->epsilon), rmsprop(gamma1->rho, gamma2->momentum). It will be confusing for users who migrate from v1.x to find that using rmsprop could raise the following error:
This PR will add warnings for deprecated parameters in the following optimizers:
Checklist
Essentials
Comments