Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 5d7612c commit 148a15fCopy full SHA for 148a15f
inception/README.md
@@ -164,7 +164,7 @@ To train this model, you simply need to specify the following:
164
bazel build inception/imagenet_train
165
166
# run it
167
-bazel-bin/inception/imagenet_train.py --num_gpus=1 --batch_size=32 --train_dir=/tmp/imagenet_train --data_dir=/tmp/imagenet_data
+bazel-bin/inception/imagenet_train --num_gpus=1 --batch_size=32 --train_dir=/tmp/imagenet_train --data_dir=/tmp/imagenet_data
168
```
169
170
The model reads in the ImageNet training data from `--data_dir`. If you followed
0 commit comments