-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Remove redundancies in pytorch2onnx #160
Conversation
Codecov Report
@@ Coverage Diff @@
## master #160 +/- ##
=======================================
Coverage 83.38% 83.38%
=======================================
Files 83 83
Lines 3937 3937
Branches 619 619
=======================================
Hits 3283 3283
Misses 520 520
Partials 134 134
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Hi @yl-1993 |
@xvjiarui Thanks. I spotted them when adapting it to mmcls and thought they are redundant. Good to know that they are necessary in some cases. Yet, Line 189-193 may be redundant as |
Hi @yl-1993 |
* rm redundancies * re-add some packages
…pen-mmlab#160) * karras + VE, not flexible yet * Fix inputs incompatibility with the original unet * Roll back sigma scaling * Apply suggestions from code review * Old comment * Fix doc
No description provided.