D-Roberts opened a new pull request #13762: [MXNET-1274] Add a test for SGLD 
optimizer with comparisons for set noise seeds.
URL: https://github.com/apache/incubator-mxnet/pull/13762
 
 
   ## Description ##
   The SGLD optimizer adds Gaussian noise to the weights updates. 
   A test is added for the SGLD optimizer and the test passes. The test must 
use set seeds to be able to compare opt1 and opt2 and compare_optimizer method 
is updated to allow for this.
   
   ## 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](https://issues.apache.org/jira/projects/MXNET/issues) 
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 unit test for SGLD optimizer that passes with two different noise 
seeds.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to