FrancescoSaverioZuppichini / glasses

High-quality Neural Networks for Computer Vision 😎
https://francescosaveriozuppichini.github.io/glasses-webapp/
MIT License
431 stars 37 forks source link

better version of drop path #302

Closed FrancescoSaverioZuppichini closed 2 years ago

FrancescoSaverioZuppichini commented 2 years ago

Better implementation of drop path

codecov-commenter commented 2 years ago

Codecov Report

Merging #302 (52f439f) into develop (da37b2e) will decrease coverage by 0.02%. The diff coverage is 95.45%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #302      +/-   ##
===========================================
- Coverage    95.86%   95.84%   -0.03%     
===========================================
  Files           86       86              
  Lines         3073     3082       +9     
===========================================
+ Hits          2946     2954       +8     
- Misses         127      128       +1     
Impacted Files Coverage Δ
glasses/nn/regularization/__init__.py 97.50% <92.30%> (-2.50%) :arrow_down:
glasses/nn/__init__.py 100.00% <100.00%> (ø)
test/test_auto.py 100.00% <100.00%> (ø)
test/test_regularization.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update da37b2e...52f439f. Read the comment docs.