microsoft / vision-explanation-methods

Methods for creating saliency maps for computer vision models.
https://vision-explanation-methods.readthedocs.io/en/latest/
MIT License
39 stars 12 forks source link

Version Update: Moving Wrapping Outside of Vision Explanation Methods #23

Closed natalie-isak closed 1 year ago

natalie-isak commented 1 year ago

Thir PR updates the vision_explanation_methods package with the changes from this PR: https://github.com/microsoft/vision-explanation-methods/pull/18

This change essentially moves wrapping outside of Vision Explanation Methods, and uses the new wrapper from ml-wrappers

codecov-commenter commented 1 year ago

Codecov Report

Merging #23 (bfd913f) into main (ba1d7ec) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage   92.12%   92.12%           
=======================================
  Files           6        6           
  Lines         216      216           
=======================================
  Hits          199      199           
  Misses         17       17           
Flag Coverage Δ
unittests 92.12% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
python/vision_explanation_methods/version.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.