Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[Example] Gradcam- Fixing a link (#13307)
Browse files Browse the repository at this point in the history
* fixing gradcam

* changed loading parameters code

* fixing type conversions issue with previous versions of matplotlib

* gradcam consolidation

* creating directory structures in utils

* changing location

* empty commit

* fix file lock issue

* fix link

* removing other commits

* remove commit
  • Loading branch information
ankkhedia authored and sandeep-krishnamurthy committed Nov 17, 2018
1 parent dfeb6b0 commit 3fc4106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/vision/cnn_visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from matplotlib import pyplot as plt
import numpy as np

gradcam_file = "gradcam.py"
base_url = "https://github.com/apache/incubator-mxnet/tree/master/docs/tutorial_utils/vision/cnn_visualization/{}?raw=true"
base_url = "https://raw.githubusercontent.com/apache/incubator-mxnet/master/docs/tutorial_utils/vision/cnn_visualization/{}?raw=true"
mx.test_utils.download(base_url.format(gradcam_file), fname=gradcam_file)
import gradcam
```
Expand Down

0 comments on commit 3fc4106

Please sign in to comment.