FrancescoSaverioZuppichini / glasses

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

Feature/#280 att #282

Closed FrancescoSaverioZuppichini closed 2 years ago

FrancescoSaverioZuppichini commented 2 years ago

Switched to einops``Reduce and Rearrange for better readability in se

codecov-commenter commented 2 years ago

Codecov Report

Merging #282 (789f965) into develop (34300a7) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #282      +/-   ##
===========================================
+ Coverage    97.28%   97.37%   +0.09%     
===========================================
  Files           86       86              
  Lines         3056     3164     +108     
===========================================
+ Hits          2973     3081     +108     
  Misses          83       83              
Impacted Files Coverage Δ
glasses/nn/att/CBAM.py 100.00% <ø> (ø)
glasses/nn/att/ECA.py 100.00% <ø> (ø)
glasses/utils/Storage.py 95.40% <ø> (+0.16%) :arrow_up:
glasses/nn/att/__init__.py 100.00% <100.00%> (ø)
glasses/nn/att/se.py 100.00% <100.00%> (ø)
test/test_auto.py 100.00% <0.00%> (ø)
glasses/utils/Tracker.py 100.00% <0.00%> (ø)
glasses/models/AutoTransform.py 100.00% <0.00%> (ø)
... and 16 more

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 a63ac6d...789f965. Read the comment docs.