Skip to content

Commit

Permalink
Fix link to make image show up in mobilenet_v1.md (tensorflow#1554)
Browse files Browse the repository at this point in the history
Use a relative link instead
  • Loading branch information
korrawat authored and sguada committed Jun 14, 2017
1 parent 7ad450b commit cb31aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slim/nets/mobilenet_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

MobileNets trade off between latency, size and accuracy while comparing favorably with popular models from the literature.

![alt text](https://github.com/tensorflow/models/tree/master/slim/nets/mobilenet_v1.png, "MobileNet Graph")
![alt text](mobilenet_v1.png "MobileNet Graph")

# Pre-trained Models

Expand Down

0 comments on commit cb31aef

Please sign in to comment.