utkuozbulak / pytorch-cnn-visualizations

Pytorch implementation of convolutional neural network visualization techniques
MIT License
7.83k stars 1.49k forks source link

Is there a problem here? #94

Closed aiyolo closed 3 years ago

aiyolo commented 3 years ago

https://github.com/utkuozbulak/pytorch-cnn-visualizations/blob/16eddfa055a9c618ba548e9fb4529e2ccbc79c35/src/gradcam.py#L81 I think we should use np.zeros() rather than np.ones() here.

utkuozbulak commented 3 years ago

11.