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 f9e702d commit c17a8c0Copy full SHA for c17a8c0
inception/README.md
@@ -166,7 +166,7 @@ To train this model, you simply need to specify the following:
166
bazel build -c opt --config=cuda inception/imagenet_train
167
168
# run it
169
-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
170
```
171
172
The model reads in the ImageNet training data from `--data_dir`. If you followed
0 commit comments