-
Notifications
You must be signed in to change notification settings - Fork 487
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
[lightning] refactored Trainer args #959
Conversation
Model Benchmark
Model TrainingPeytonManningYosemiteTempsAirPassengers |
Can you take a look at what is causing the error for tests / build (windows-latest, 3.7) (pull_request)? |
Codecov Report
@@ Coverage Diff @@
## main #959 +/- ##
==========================================
+ Coverage 87.38% 87.41% +0.02%
==========================================
Files 17 17
Lines 4462 4464 +2
==========================================
+ Hits 3899 3902 +3
+ Misses 563 562 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
LGTM
Added the minimal mode to the Lightning Trainer (speedup up to 2.5x).
Speedup the training when using the progress bar up to 2x.