-
Notifications
You must be signed in to change notification settings - Fork 755
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
refactor tps config #135
refactor tps config #135
Conversation
Codecov Report
@@ Coverage Diff @@
## main #135 +/- ##
==========================================
- Coverage 81.81% 80.29% -1.52%
==========================================
Files 107 107
Lines 6592 6526 -66
Branches 969 949 -20
==========================================
- Hits 5393 5240 -153
- Misses 958 1061 +103
+ Partials 241 225 -16
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
e1cafae
to
624c28e
Compare
@@ -26,7 +26,7 @@ | |||
img_size=(32, 100), | |||
rectified_img_size=(32, 100), | |||
num_img_channel=1), | |||
backbone=dict(type='VeryDeepVgg', leakyRelu=False, input_channels=1), | |||
backbone=dict(type='VeryDeepVgg', leaky_relu=False, input_channels=1), |
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.
So here is a missing item in the previous refactor. Are there any more items missed?
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.
This can be done in a separate pr
* refactor tps config * recover tps * add ckpt of tps
* refactor tps config * recover tps * add ckpt of tps
* refactor tps config * recover tps * add ckpt of tps
* refactor tps config * recover tps * add ckpt of tps
No description provided.