-
Notifications
You must be signed in to change notification settings - Fork 229
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 FGD #110
base: dev_v0.3.0
Are you sure you want to change the base?
add FGD #110
Conversation
Codecov Report
@@ Coverage Diff @@
## dev_v0.3.0 #110 +/- ##
==============================================
+ Coverage 58.46% 61.14% +2.67%
==============================================
Files 87 91 +4
Lines 3154 3361 +207
Branches 581 602 +21
==============================================
+ Hits 1844 2055 +211
+ Misses 1223 1201 -22
- Partials 87 105 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…#110) * Add remaining tests * Use another method to import * try to fix ppl import error * try to fix pyppl import bug 2 * try to fix pyppl import error 3 * try to fix pyppl import error 4 * Use test class * remove () * lint * add else branch
Hi @yzd-v!We are grateful for your efforts in helping improve this open-source project during your personal time. |
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Add FGD(CVPR2022) for MMRazor
Modification
Add fgd config and fgd loss.
BC-breaking (Optional)
Does the modification introduce changes that break the backward compatibility of the downstream repositories?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here and update the documentation.
Checklist
Before PR:
After PR: