-
Notifications
You must be signed in to change notification settings - Fork 363
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
[Docs] Resolve warnings in sphinx build #915
[Docs] Resolve warnings in sphinx build #915
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #915 +/- ##
=======================================
Coverage ? 77.90%
=======================================
Files ? 133
Lines ? 10086
Branches ? 2010
=======================================
Hits ? 7857
Misses ? 1888
Partials ? 341
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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
Resolve warnings in sphinx build, which are caused by docs & docstring.
Before this PR:
After this PR:
Modification
mmengine/model/weight_init.py
to resolveautosummary
warningsZeroRedundancyOptimizer
tommengine/optim/__init__.py
BC-breaking (Optional)
NO
Use cases (Optional)
None
Checklist