FrancescoSaverioZuppichini / glasses

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

fixed weights provider #238

Closed FrancescoSaverioZuppichini closed 3 years ago

FrancescoSaverioZuppichini commented 3 years ago

Fix for #237

codecov-commenter commented 3 years ago

Codecov Report

Merging #238 (35ff987) into develop (01c3eda) will decrease coverage by 0.27%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #238      +/-   ##
===========================================
- Coverage    97.56%   97.29%   -0.28%     
===========================================
  Files           66       75       +9     
  Lines         2668     2918     +250     
===========================================
+ Hits          2603     2839     +236     
- Misses          65       79      +14     
Impacted Files Coverage Δ
glasses/models/AutoModel.py 77.27% <0.00%> (-17.47%) :arrow_down:
glasses/utils/Storage.py 95.40% <0.00%> (-4.60%) :arrow_down:
glasses/models/classification/resnetxt/__init__.py 91.30% <0.00%> (-1.56%) :arrow_down:
glasses/models/classification/regnet/__init__.py 80.14% <0.00%> (-0.82%) :arrow_down:
glasses/models/classification/vgg/__init__.py 97.10% <0.00%> (-0.43%) :arrow_down:
glasses/interpretability/SaliencyMap.py 95.00% <0.00%> (-0.35%) :arrow_down:
glasses/models/classification/resnet/__init__.py 98.54% <0.00%> (-0.15%) :arrow_down:
...ses/models/classification/efficientnet/__init__.py 99.25% <0.00%> (-0.04%) :arrow_down:
test/test_VGG.py 100.00% <0.00%> (ø)
test/test_auto.py 100.00% <0.00%> (ø)
... and 43 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 e247221...35ff987. Read the comment docs.