jscott-gauss
Results
1
issues of
jscott-gauss
**Related issues:** https://github.com/jacobgil/pytorch-grad-cam/issues/254 https://github.com/jacobgil/pytorch-grad-cam/issues/394 (maybe) Model is `resnest14d` from `timm` and I am regressing to a single scalar value ``` targets = [RawScoresOutputTarget()] # Initially tried this targets = [BinaryClassifierOutputTarget(1)]...