Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c17a8c0

Browse files
committed
Fix typo in inception/README.md
1 parent f9e702d commit c17a8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inception/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To train this model, you simply need to specify the following:
166166
bazel build -c opt --config=cuda inception/imagenet_train
167167

168168
# 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
169+
bazel-bin/inception/imagenet_train --num_gpus=1 --batch_size=32 --train_dir=/tmp/imagenet_train --data_dir=/tmp/imagenet_data
170170
```
171171

172172
The model reads in the ImageNet training data from `--data_dir`. If you followed

0 commit comments

Comments
 (0)