-
Notifications
You must be signed in to change notification settings - Fork 373
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
fix(pu): fix last_linear_layer_weight_bias_init_zero in MLP and add its unittest #650
fix(pu): fix last_linear_layer_weight_bias_init_zero in MLP and add its unittest #650
Conversation
Codecov Report
@@ Coverage Diff @@
## main #650 +/- ##
==========================================
+ Coverage 82.73% 82.74% +0.01%
==========================================
Files 581 581
Lines 47587 47604 +17
==========================================
+ Hits 39370 39390 +20
+ Misses 8217 8214 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Description
fix last_linear_layer_weight_bias_init_zero in MLP and add its unittest
Related Issue
TODO
Check List