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
Adadelta optimizer test #13443
Merged
sandeep-krishnamurthy
merged 2 commits into
apache:master
from
anirudhacharya:pyAdaDelta
Dec 4, 2018
Merged
Adadelta optimizer test #13443
sandeep-krishnamurthy
merged 2 commits into
apache:master
from
anirudhacharya:pyAdaDelta
Dec 4, 2018
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
anirudhacharya
force-pushed
the
pyAdaDelta
branch
from
November 28, 2018 21:25
a34e3a4
to
243719f
Compare
@mxnet-label-bot add [Test, pr-awaiting-review] |
larroy
reviewed
Nov 29, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice change, just 2 comments.
3 tasks
rg_options = [{}, {'rescale_grad': 0.14}, {'rescale_grad': 0.8}] | ||
wd_options = [{}, {'wd': 0.0}] | ||
for dtype in [np.float16, np.float32]: | ||
for params in itertools.product(rho_options, eps_options, cg_options, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very clean and nice!
Thanks @larroy and @anirudhacharya
sandeep-krishnamurthy
approved these changes
Dec 4, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Pedro - I see your feedback is addressed here. I am going ahead with merging it.
yes, good job. |
zhaoyao73
pushed a commit
to zhaoyao73/incubator-mxnet
that referenced
this pull request
Dec 13, 2018
* adadelta test * comments
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
Adadelta optimizer test
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes