Imageomics / pybioclip

Python package that simplifies using the BioCLIP foundation model.
MIT License
14 stars 3 forks source link

Support for GradCam #45

Open johnbradley opened 2 hours ago

johnbradley commented 2 hours ago

Look into the possibility of using pytorch-grad-cam with bioclip. As part of this we would need to gather feedback on the caveats related using GradCam with pybioclip.

johnbradley commented 1 hour ago

We already have a branch with a notebook that makes a first pass at using pytorch-grad-cam: https://github.com/Imageomics/pybioclip/blob/gradcam/GradCam.ipynb