-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 BasicVSR config #254
Add BasicVSR config #254
Conversation
interval=100, | ||
hooks=[ | ||
dict(type='TextLoggerHook', by_epoch=False), | ||
dict(type='TensorboardLoggerHook'), |
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.
Comment out L146
As discussed in private, pls merge the two tables, and test them on all available test sets |
Codecov Report
@@ Coverage Diff @@
## master #254 +/- ##
==========================================
- Coverage 81.36% 81.28% -0.09%
==========================================
Files 158 158
Lines 7733 7747 +14
Branches 1145 1148 +3
==========================================
+ Hits 6292 6297 +5
- Misses 1297 1306 +9
Partials 144 144
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Add configuration files * Modify README * update README * update config * update config * update config * update config * fix bug * update config and readme
This PR includes the configuration files of training BasicVSR.