-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Skepticleo trainer argparser #1023
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ec07d11
Added default parser for trainer and class method to construct traine…
78b3552
Removed print statement
77a1fc3
Added test for constructing Trainer from command line args
a68baeb
Removed extra line
541e2ec
Merge branch 'master' into trainerArgparser
mtnwni 679c9a7
Removed redundant imports, removed whitespace from empty lines
a017312
Fixed typo
1c7fccc
Updated default parser creation to get class attributes automatically
c3942cd
Updated default parser creation to get class attributes automatically
b31295f
Merge branch 'trainerArgparser' of https://github.com/skepticleo/pyto…
fc66c0c
Added method to get default args for trainer
7eb4149
Trimmed trainer get default args method
7cf6a7c
Updated from argparse method to not return trainer with static arguments
0ee7128
Update trainer get default args to classmethod
b417be7
adjustment
Borda e456cbc
fix
Borda df0a487
Fixed variable name
9a8d05a
Update trainer.py
williamFalcon baf5219
Update test_trainer.py
williamFalcon b7e4e88
added checkpoint defaults
williamFalcon 2325f7a
added checkpoint defaults
aa74241
Merge branch 'skepticleo-trainerArgparser' of https://github.com/PyTo…
williamFalcon c361ca8
Update trainer.py
williamFalcon daec5e7
Update tests/trainer/test_trainer.py
williamFalcon 726a4af
Update trainer.py
williamFalcon 2482159
Update test_trainer.py
williamFalcon 104aeaf
Update trainer.py
williamFalcon ba294c3
Update test_trainer.py
williamFalcon 16b4b97
Update tests/trainer/test_trainer.py
williamFalcon d74b5b0
Update pytorch_lightning/trainer/trainer.py
williamFalcon e12e3c6
Update trainer.py
williamFalcon 627cf41
Update test_trainer.py
williamFalcon 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't there be documentation where the blank line is? did it get lost?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah it should...