Skip to content

Commit

Permalink
Merge pull request tensorflow#3699 from smitshilu/patch-1
Browse files Browse the repository at this point in the history
Update mobilenet_v1.md
  • Loading branch information
Amit Patankar authored May 11, 2018
2 parents 89edd1c + 3f3dd4e commit fe1857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research/slim/nets/mobilenet_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Here is an example of how to download the MobileNet_v1_1.0_224 checkpoint:
$ CHECKPOINT_DIR=/tmp/checkpoints
$ mkdir ${CHECKPOINT_DIR}
$ wget http://download.tensorflow.org/models/mobilenet_v1_2018_02_22/mobilenet_v1_1.0_224.tgz
$ tar -xvf mobilenet_v1_1.0_224.tar.gz
$ tar -xvf mobilenet_v1_1.0_224.tgz
$ mv mobilenet_v1_1.0_224.ckpt.* ${CHECKPOINT_DIR}
```

Expand Down

0 comments on commit fe1857c

Please sign in to comment.