Christophe Foyer
Christophe Foyer
Hi! I was just trying to get the scheduler to schedule things at random frequencies after than 1 time a second. I don't actually care too much about it being...
I'm opening a new issue to revive this one: https://github.com/jacobgil/pytorch-grad-cam/issues/198 This is the error I'm getting, it's the same as the issue above: ``` grayscale_cam = cam(input_tensor=input_tensor, targets=targets) File ".../lib/python3.8/site-packages/pytorch_grad_cam/base_cam.py",...
https://github.com/jacobgil/pytorch-grad-cam/issues/198 https://github.com/jacobgil/pytorch-grad-cam/issues/493 Putting in a PR to go along with my issue post. cv2.resize doesn't support float16 which causes this step to break. This fixes the issue with not downstream...