Closed navneeth closed 2 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.
Hi @MisaOgura , I did both steps 1 & 2 you mention above i.e.
- Remove examples/visualize_saliency_with_backprop.py from the PR
- 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 ?
New PR with these changes is here # 0ac2056
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