Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-1235] Add a test for AdaMax optimizer #13467

Merged
merged 3 commits into from
Dec 4, 2018

Conversation

D-Roberts
Copy link
Contributor

Description

In issue #10923 it was mentioned that some optimizers do not have tests. AdaMax was one of them. One test was added.

Checklist

Essentials

Please feel free to remove inapplicable items for your PR.

  • The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant JIRA issue created (except PRs with tiny changes)
  • Changes are complete (i.e. I finished coding on this PR)
  • To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

Changes

  • add PyAdamax python reference
  • add test_adamax

Comments

  • row_sparse cases are not included.

@vandanavk
Copy link
Contributor

@mxnet-label-bot add [Test, pr-awaiting-review]

@marcoabreu marcoabreu added pr-awaiting-review PR is waiting for code review Test labels Nov 29, 2018
Copy link
Contributor

@sandeep-krishnamurthy sandeep-krishnamurthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you for your contributions!

@vandanavk
Copy link
Contributor

@anirudhacharya for another round of review

@anirudhacharya
Copy link
Member

anirudhacharya commented Dec 3, 2018 via email

@vandanavk
Copy link
Contributor

@mxnet-label-bot update [pr-awaiting-merge]

@marcoabreu marcoabreu added pr-awaiting-merge Review and CI is complete. Ready to Merge and removed Test pr-awaiting-review PR is waiting for code review labels Dec 3, 2018
@sandeep-krishnamurthy sandeep-krishnamurthy merged commit 6ae647d into apache:master Dec 4, 2018
@D-Roberts D-Roberts deleted the test_adamax branch December 10, 2018 19:41
zhaoyao73 pushed a commit to zhaoyao73/incubator-mxnet that referenced this pull request Dec 13, 2018
* Add a test for AdaMax optimizer

* Modify nested for loop with itertools.product and left tolerance to default

* Trigger
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-awaiting-merge Review and CI is complete. Ready to Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants