-
-
Notifications
You must be signed in to change notification settings - Fork 666
State parameter scheduler #2090
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
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
0b1845e
#1913 Add any parameter scheduling to enlarge the actual scope of Pa…
fco-dv 7f99f47
code style fixes
fco-dv b7ff68c
update doc
fco-dv b73e61a
fix docstring warnings
fco-dv ff40ab8
Merge branch 'master' into any_parameter_scheduler
fco-dv 3cc0fa3
Merge branch 'master' into any_parameter_scheduler
fco-dv bf5893c
Rename Any* to State* classes
fco-dv ca1829f
rm useless import
fco-dv 216a667
fix docstring
fco-dv ba2e61e
Merge branch 'master' into any_parameter_scheduler
fco-dv c5e0ba7
Introduce BaseParamScheduler class for State* Optimizer* parameters s…
fco-dv 72d7ac3
Merge branch 'master' into any_parameter_scheduler
fco-dv b9dc427
Merge branch 'master' into any_parameter_scheduler
fco-dv 5ad920b
Naming changes.
fco-dv d0d1863
fix flake8 errors
fco-dv d9c81e5
fix docstring / parametrize tests
fco-dv 590832c
naming changes
fco-dv fa2d759
parametrize tests
fco-dv 61a6ce0
fix flake8
fco-dv c09d903
try to remove lines in pytest configs
fco-dv 928ca43
Update ignite/handlers/state_param_scheduler.py
fco-dv e58b9dc
LinearState to PwLinearState ( implemented from PiecewiseLinear Param…
fco-dv 3fb0ee1
Update ignite/handlers/state_param_scheduler.py
fco-dv 8f93b70
Update ignite/handlers/state_param_scheduler.py
fco-dv 48aee27
Re-naming : PwLinearStateScheduler to PiecewiseLinearStateScheduler
fco-dv 1e797be
add test for state_dict and docstring examples
fco-dv 29da974
Merge remote-tracking branch 'upstream/master' into any_parameter_sch…
fco-dv 796d6cd
Merge remote-tracking branch 'upstream/master' into any_parameter_sch…
fco-dv eac90fd
Merge branch 'master' into any_parameter_scheduler
sdesrozis 0bcd9bd
Update ignite/handlers/state_param_scheduler.py
fco-dv 3dafb74
improve docstring / change lambda_fn to lambda_obj for LambdaStateSch…
fco-dv 8549811
rm duplicated test
fco-dv 154c6b0
fix code fmt
fco-dv 49c1e13
Merge remote-tracking branch 'upstream/master' into any_parameter_sch…
fco-dv 0b9a1d8
add test LambdaState object must be callable
fco-dv 349b9ce
add test on asserts
fco-dv 218b6c1
Apply suggestions from code review
vfdev-5 6ba9b38
Merge branch 'master' into any_parameter_scheduler
vfdev-5 330be74
autopep8 fix
vfdev-5 4152f02
Apply suggestions from code review
vfdev-5 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
Oops, something went wrong.
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.