-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Typing for Lightning Package #7035
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
Closed
Closed
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
1fc6c3f
update typing accelerators
justusschock a1da70e
add typing to early stopping and pruning
justusschock f90ea1a
type model_checkpoint
justusschock d3599b3
add typing lr monitor
justusschock 100968f
add typing
justusschock 57f18d1
typing gradient accumulation callback
justusschock 6f4a397
type gpu stats monitor
justusschock 4a811b5
add typing to swa
justusschock 5fbea74
type quantization
justusschock f6a3fe5
add typing for progbar
justusschock 31dec82
type datamodule
justusschock 1baeeba
type decorators
justusschock cf21114
type hooks
justusschock 51e3fe8
type memory
justusschock 75e55f3
type lightning optimizer
justusschock 8766f5b
type saving.py
justusschock 2b1fc0d
type results
justusschock 297949b
fix typing of core
justusschock 5f79ef8
type distributed package
justusschock 014736b
type base logger
justusschock b40a223
type comet logger
justusschock 6ae518d
type csv logger
justusschock b98fb0e
type mlflow logger
justusschock f5170d0
type neptune logger
justusschock 558ca08
add typing for tensorboard logger
justusschock 967650c
type test tube logger
justusschock 04fc428
type wandb
justusschock edc4d8b
remove now unused type ignore
justusschock 750470e
fix annotation
justusschock 549ba31
unused imports
justusschock b3758ac
fix annotations with conditional imports
justusschock 692c219
fix really stupid bug
justusschock 73519e6
pre-commit
justusschock 67bf8c9
Apply suggestions from code review
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import time | ||
|
||
_this_year = time.strftime("%Y") | ||
__version__ = '1.3.0rc1' | ||
__version__ = "20210414" | ||
__author__ = 'William Falcon et al.' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'Apache-2.0' | ||
|
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
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.