Skip to content

Commit fe1857c

Browse files
author
Amit Patankar
authored
Merge pull request #3699 from smitshilu/patch-1
Update mobilenet_v1.md
2 parents 89edd1c + 3f3dd4e commit fe1857c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/slim/nets/mobilenet_v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Here is an example of how to download the MobileNet_v1_1.0_224 checkpoint:
7171
$ CHECKPOINT_DIR=/tmp/checkpoints
7272
$ mkdir ${CHECKPOINT_DIR}
7373
$ wget http://download.tensorflow.org/models/mobilenet_v1_2018_02_22/mobilenet_v1_1.0_224.tgz
74-
$ tar -xvf mobilenet_v1_1.0_224.tar.gz
74+
$ tar -xvf mobilenet_v1_1.0_224.tgz
7575
$ mv mobilenet_v1_1.0_224.ckpt.* ${CHECKPOINT_DIR}
7676
```
7777

0 commit comments

Comments
 (0)