We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89edd1c + 3f3dd4e commit fe1857cCopy full SHA for fe1857c
research/slim/nets/mobilenet_v1.md
@@ -71,7 +71,7 @@ Here is an example of how to download the MobileNet_v1_1.0_224 checkpoint:
71
$ CHECKPOINT_DIR=/tmp/checkpoints
72
$ mkdir ${CHECKPOINT_DIR}
73
$ 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
+$ tar -xvf mobilenet_v1_1.0_224.tgz
75
$ mv mobilenet_v1_1.0_224.ckpt.* ${CHECKPOINT_DIR}
76
```
77
0 commit comments