Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d17d9f8

Browse files
author
James Reed
authored
Fix image link
1 parent 927b3ef commit d17d9f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/VisualizingAModel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To visualize an ONNX model, we can use the [net drawer tool](https://github.com/
1717

1818
Let's walk through an example visualizing a [SqueezeNet](https://arxiv.org/abs/1602.07360) model exported from [Pytorch](https://github.com/bwasti/AICamera/blob/master/Exporting%20Squeezenet%20to%20mobile.ipynb). Here's an example visualization:
1919

20-
![SqueezeNet Visualization](squeezenet.png)
20+
![SqueezeNet Visualization](assets/squeezenet.png)
2121

2222
**Prerequisites**
2323
* You will need [Graphviz](http://www.graphviz.org/) – specifically, the `dot` command-line utility.

0 commit comments

Comments
 (0)