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

Skip to content

Commit 148a15f

Browse files
swlswmrry
authored andcommitted
Fix Typo in inception/README.md (tensorflow#49)
1 parent 5d7612c commit 148a15f

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
@@ -164,7 +164,7 @@ To train this model, you simply need to specify the following:
164164
bazel build inception/imagenet_train
165165

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

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

0 commit comments

Comments
 (0)