-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
✨add AutoTrainer to support plain torch training loop and other torch frameworks #53
Conversation
updates: - [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0)
Codecov Report
@@ Coverage Diff @@
## main #53 +/- ##
==========================================
- Coverage 98.41% 98.26% -0.16%
==========================================
Files 15 21 +6
Lines 253 346 +93
==========================================
+ Hits 249 340 +91
- Misses 4 6 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Changes
Add AutoTrainer to support plain torch training loop and other torch frameworks
Type of change
Checklist