MisaOgura / flashtorch

Visualization toolkit for neural networks in PyTorch! Demo -->
https://youtu.be/18Iw4qYqfPo
MIT License
734 stars 87 forks source link

Backprop is not working #41

Closed ArshadIram closed 3 years ago

ArshadIram commented 3 years ago

I am calling my custom CNN model and getting this error TypeError: 'module' object is not callable

ArshadIram commented 3 years ago

This issue was fixed.