-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Typing][A-48,A-49,A-50][debug] Add type annotations for 3 optimizers (RAdam, RMSProp, Rprop)
#65085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[Typing][A-48,A-49,A-50][debug] Add type annotations for 3 optimizers (RAdam, RMSProp, Rprop)
#65085
Changes from 12 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4152a70
radam
DrRyanHuang 35d2518
add some optimizer
DrRyanHuang 6b5b460
add None => sgd.py
DrRyanHuang f42b014
Merge branch 'develop' into typehint48-52
DrRyanHuang 7d14e10
fix _ParameterConfig && -> None
DrRyanHuang 06f4ba9
rm None
DrRyanHuang a46ae1e
fix importError
DrRyanHuang 21e9561
Merge branch 'develop' into typehint48-52
DrRyanHuang 0eb5bee
add TYPE_CHECKING scope
DrRyanHuang 0226fb1
fix _ParameterConfig
DrRyanHuang 04620a0
seq[x|y] => seq[x] | seq[y]
DrRyanHuang f4757d8
add PEP 563
DrRyanHuang 698fc65
fix codestyle
DrRyanHuang 8177e6a
fix codestyle in model_summary
DrRyanHuang ef6705b
Merge branch 'develop' into typehint48-52
DrRyanHuang 5818e37
fix nadam code style
DrRyanHuang 7659e22
ignore optimizer.py
SigureMo 33e0c10
fix example code style and use type ignore
SigureMo d66c14a
cleanup unused ignores
SigureMo e9716a8
update name desc
SigureMo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.