-
Notifications
You must be signed in to change notification settings - Fork 152
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
Move Lightning wrapper into trainer #314
Conversation
yolort.runner
e64cad9
to
58bfb65
Compare
Codecov Report
@@ Coverage Diff @@
## main #314 +/- ##
==========================================
+ Coverage 94.94% 94.98% +0.04%
==========================================
Files 10 11 +1
Lines 732 738 +6
==========================================
+ Hits 695 701 +6
Misses 37 37
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
cdce965
to
8ebef4c
Compare
Make the
YOLOv5
Module clean, move the Lightning wrapper intoyolort.trainer
.