-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
replace Hparams by init args #1896
Merged
Merged
Changes from all commits
Commits
Show all changes
101 commits
Select commit
Hold shift + click to select a range
1fced53
remove the need for hparams
williamFalcon 7fe5f13
remove the need for hparams
williamFalcon 0283055
remove the need for hparams
williamFalcon 599c9ad
remove the need for hparams
williamFalcon 32c7435
replace self.hparams
williamFalcon 29d3e0a
replace self.hparams
williamFalcon f508424
replace self.hparams
williamFalcon 28b85bd
replace self.hparams
williamFalcon 355eb7a
replace self.hparams
williamFalcon 5cc272a
replace self.hparams
williamFalcon a5bcd1c
replace self.hparams
williamFalcon a4a7407
replace self.hparams
williamFalcon 8f7e8a2
replace self.hparams
williamFalcon b1cd0b5
replace self.hparams
williamFalcon e97237e
replace self.hparams
williamFalcon a2f6cb5
replace self.hparams
williamFalcon 9216d28
replace self.hparams
williamFalcon 7cbc1b2
replace self.hparams
williamFalcon 137ae13
replace self.hparams
williamFalcon b6a9336
replace self.hparams
williamFalcon 6ea138c
replace self.hparams
williamFalcon 485ce20
replace self.hparams
williamFalcon 14dab1b
replace self.hparams
williamFalcon 268277a
replace self.hparams
williamFalcon 2111e4b
replace self.hparams
williamFalcon 07a1c00
replace self.hparams
williamFalcon 90a1226
replace self.hparams
williamFalcon 4429d22
replace self.hparams
williamFalcon 6060a02
replace self.hparams
williamFalcon 6f856df
replace self.hparams
williamFalcon da385fe
replace self.hparams
williamFalcon 065226d
replace self.hparams
williamFalcon f634a8e
replace self.hparams
williamFalcon 34055b5
replace self.hparams
williamFalcon e05c11b
replace self.hparams
williamFalcon 0937108
replace self.hparams
williamFalcon f6587ce
fixed
williamFalcon 0303695
fixed
williamFalcon 2b0ceb8
fixed
williamFalcon e226c88
fixed
williamFalcon ec00520
fixed
williamFalcon 72793c3
fixed
williamFalcon 840265d
fixed
williamFalcon 4bb28fa
fixed
williamFalcon 91569a8
fixed
williamFalcon 509036e
fixed
williamFalcon a99ffb7
fixed
williamFalcon 5c3ea20
fixed
williamFalcon 9d08be3
fixed
williamFalcon 0452418
fixed
williamFalcon 0b5557f
finished moco
williamFalcon 6cd5ea9
basic
williamFalcon ed1090c
testing
Borda 295654e
todo
Borda 1465a03
recurse
Borda 91ab93e
hparams
Borda 0519723
persist
Borda a19df1d
hparams
Borda 1f87263
chlog
Borda f35eab0
tests
Borda 3555e83
tests
Borda 2a1b2dc
tests
Borda 3c79ae3
tests
Borda 5767188
tests
Borda cbb00b5
tests
Borda acc020f
review
Borda b3b6236
saving
Borda b97e0b1
tests
Borda 5a4740a
tests
Borda 2a6be20
tests
Borda e80b006
docs
Borda e50b78f
finished moco
williamFalcon fd7be0d
hparams
Borda c319528
review
Borda b313477
Apply suggestions from code review
Borda 488d18a
hparams
Borda d24b78e
overwrite
Borda 0d7ee37
transform
Borda fb7898a
transform
Borda 3d8a3db
transform
Borda db6f943
transform
Borda 66717da
cleaning
Borda 088c3bd
cleaning
Borda dfd3a26
tests
Borda 72f4cd0
examples
Borda 2a8872b
examples
Borda 5fe6f02
examples
Borda bad8d11
Apply suggestions from code review
Borda 55b58f7
chp key
Borda 5383014
tests
Borda 1fd8cce
Apply suggestions from code review
Borda ab3be59
class
Borda 10ca1a8
Merge branch 'no_hparams' of https://github.com/PyTorchLightning/pyto…
Borda 8f57274
updated docs
williamFalcon 20ad2ca
updated docs
williamFalcon f683160
updated docs
williamFalcon db5d1bf
updated docs
williamFalcon 6af55e7
save
Borda 04e8e67
wip
Borda a432f6e
fix
Borda 2892e5a
flake8
Borda 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,4 +133,5 @@ mnist/ | |
# pl tests | ||
ml-runs/ | ||
*.zip | ||
pytorch\ lightning | ||
pytorch\ lightning | ||
test-reports/ |
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
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
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.
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.
@SkafteNicki once we merge this we need to update setting LR.
I think it should just set it in the model at self.lr or self.learning_rate