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

RMSProp Update as NNVM op #4873

Merged
merged 9 commits into from
Feb 4, 2017
Merged

RMSProp Update as NNVM op #4873

merged 9 commits into from
Feb 4, 2017

Conversation

sbodenstein
Copy link
Contributor

The PR implements RMSProp as an NNVM op, making it available to all language bindings.

@piiswrong
Copy link
Contributor

Does it implement all the options?

@sbodenstein
Copy link
Contributor Author

@piiswrong: its a replica of the current RMSProp code in Python with all the options. It has one more option than the old RMSProp: epsilon is now a parameter, rather than a fixed value. Otherwise its the same.

@piiswrong piiswrong merged commit bc710bd into apache:master Feb 4, 2017
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.

2 participants