Skip to content

Commit c32c7da

Browse files
committed
Moving figures to doc folder
1 parent 2417fb2 commit c32c7da

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ graph.dot(g,modelname,modelname)
3535

3636
This generates the following graph:
3737

38-
![GoogleNet without memory optimization](googlenet.gif)
38+
![GoogleNet without memory optimization](doc/googlenet.gif)
3939

4040
Now what happens after we optimize the network ? Check the colors and the storage
4141
ids.
@@ -55,4 +55,4 @@ g = generateGraph(net, input)
5555

5656
graph.dot(g,modelname..'_optimized',modelname..'_optimized')
5757
```
58-
![GoogleNet with memory optimization](googlenet_optimized.gif)
58+
![GoogleNet with memory optimization](doc/googlenet_optimized.gif)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)