Skip to content
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 kaiming initialization #138

Merged
merged 5 commits into from
Nov 15, 2022
Merged

Add kaiming initialization #138

merged 5 commits into from
Nov 15, 2022

Conversation

YichengDWu
Copy link
Contributor

Directly taken form Flux

@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Base: 81.38% // Head: 89.08% // Increases project coverage by +7.70% 🎉

Coverage data is based on head (b705816) compared to base (4e394f7).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
+ Coverage   81.38%   89.08%   +7.70%     
==========================================
  Files          15       19       +4     
  Lines        1101     1310     +209     
==========================================
+ Hits          896     1167     +271     
+ Misses        205      143      -62     
Impacted Files Coverage Δ
src/autodiff.jl 57.14% <100.00%> (-10.55%) ⬇️
src/utils.jl 93.24% <100.00%> (+0.93%) ⬆️
src/deprecated.jl 80.00% <0.00%> (-20.00%) ⬇️
src/nnlib.jl 78.94% <0.00%> (-3.00%) ⬇️
src/layers/conv.jl 97.71% <0.00%> (-2.29%) ⬇️
src/Lux.jl 100.00% <0.00%> (ø)
src/core.jl 100.00% <0.00%> (ø)
src/transform.jl 0.00% <0.00%> (ø)
src/layers/dropout.jl 100.00% <0.00%> (ø)
... and 9 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.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@avik-pal avik-pal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs tests.

@avik-pal avik-pal merged commit 1694726 into LuxDL:main Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants