MisaOgura / flashtorch

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

Models galore #27

Closed navneeth closed 2 years ago

navneeth commented 4 years ago

Hello, The current example for guided backpropogation only supports Alexnet which is a quite old. I've added an example to allow loading any supported model from the pytorch zoo and visualizing the output of guided backpropagation on it. Please review and merge it. Specific enhancements:

enjoy, nav

navneeth commented 4 years ago

Hello @MisaOgura - Do check out and comment on this PR. It adds the ability to load and visualize guided backprop output on any network in the pytorch zoo.

navneeth commented 4 years ago

Hi @MisaOgura , I did both steps 1 & 2 you mention above i.e.

  1. Remove examples/visualize_saliency_with_backprop.py from the PR
  2. Pull the latest changes from the master, merge to your branch and push again so the tests run on the PR

Please check this commit. https://github.com/MisaOgura/flashtorch/compare/master...navneeth:master Do I need to submit a new PR or this suffices ?

navneeth commented 4 years ago

New PR with these changes is here # 0ac2056