-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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] Update weight initialization in cnn.md #912
Conversation
Codecov Report
@@ Coverage Diff @@
## master #912 +/- ##
=======================================
Coverage 65.01% 65.01%
=======================================
Files 154 154
Lines 9893 9893
Branches 1801 1801
=======================================
Hits 6432 6432
Misses 3127 3127
Partials 334 334
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
base on weight initialization design , users must give values for layer
or override
.
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.
should we give some explanations for sequential or modulelist? ref:#884
yep, but maybe we should firstly add doc for sequential or modulelist. |
ping @MeowZheng |
init_weight has been renamed to init_weights ref #971 |
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.
Many thanks for your nice work. It looks good to me.
No description provided.