Automatic target layer resolution and support of IS-CAM
This release adds an implementation of IS-CAM and greatly improves interface.
Note: torchcam 0.1.2 requires PyTorch 1.1 or newer.
Highlights
CAMs
Implementation of CAM extractor
New
Improvements
Fixes
Test
Verifications of the package well-being before release
New
Improvements
- Removed pretrained model loading in unittests #25 (@frgfm)
- Switched all models to eval, removed gradient when not required, and changed to simpler models #33 (@frgfm)
Documentation
Online resources for potential users
New
Fixes
Others
Other tools and implementations
New
- Added annotation typing to the codebase & mypy verification CI job #19 (@frgfm)
- Added package publishing verification jobs #12 (@frgfm)
Improvements
Fixes