Nav
Nav
Hi Thank you for devising and sharing a nice technique for explainability of CNNs. I would like generalize this code to other datasets and architectures. To this effect I made...
`[2019-05-13` 14:55:29,204] ERROR in app: Exception on /v1/datas [GET] Traceback (most recent call last): File "/Curve/venv/lib/python3.5/site-packages/flask/app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() File "/Curve/venv/lib/python3.5/site-packages/flask/app.py", line 1799, in dispatch_request return...
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...
Building on the previous PR & fixing these comments: > > - Remove examples/visualize_saliency_with_backprop.py from the PR > - Pull the latest changes from the master, merge to your branch...