Closed kimyd closed 1 month ago
The EigenCAM is computed on the CPU, so to ensure model is also on the CPU, added model.cpu() This should resolve 'rerun' issues as issues #14 for me.
model.cpu()
Thanks for pointing that out. Have added it
The EigenCAM is computed on the CPU, so to ensure model is also on the CPU, added
model.cpu()
This should resolve 'rerun' issues as issues #14 for me.