-
Notifications
You must be signed in to change notification settings - Fork 648
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
Expose module.merge_param in RTD and fix docstring #2680
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2680 +/- ##
==========================================
+ Coverage 81.14% 81.19% +0.05%
==========================================
Files 51 53 +2
Lines 5488 5600 +112
==========================================
+ Hits 4453 4547 +94
- Misses 1035 1053 +18
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
A few minor suggestions. Thanks @marcvanzee
Co-authored-by: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com>
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.
Thanks @marcvanzee
LGTM
This is a function that we use in e.g. Dropout. I propose we expose it in RTD so we can refer to it from the Dropout guide.