Skip to content

Commit 3f3dd4e

Browse files
authored
Update mobilenet_v1.md
Filename was wrong
1 parent 2913cb2 commit 3f3dd4e

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
@@ -68,7 +68,7 @@ Here is an example of how to download the MobileNet_v1_1.0_224 checkpoint:
6868
$ CHECKPOINT_DIR=/tmp/checkpoints
6969
$ mkdir ${CHECKPOINT_DIR}
7070
$ wget http://download.tensorflow.org/models/mobilenet_v1_2018_02_22/mobilenet_v1_1.0_224.tgz
71-
$ tar -xvf mobilenet_v1_1.0_224.tar.gz
71+
$ tar -xvf mobilenet_v1_1.0_224.tgz
7272
$ mv mobilenet_v1_1.0_224.ckpt.* ${CHECKPOINT_DIR}
7373
```
7474

0 commit comments

Comments
 (0)