sandylaker / saliency-metrics

An Open-source Framework for Benchmarking Explanation Methods in Computer Vision
https://saliency-metrics.readthedocs.io
MIT License
1 stars 3 forks source link

add freeze_model function #3

Closed sandylaker closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #3 (462a5bf) into main (8aed468) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main        #3   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         4    +1     
  Lines           60        69    +9     
=========================================
+ Hits            60        69    +9     
Impacted Files Coverage Δ
saliency_metrics/models/__init__.py 100.00% <100.00%> (ø)
saliency_metrics/models/build_classifier.py 100.00% <100.00%> (ø)
saliency_metrics/models/model_utils.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 8aed468...462a5bf. Read the comment docs.