Skip to content

Commit

Permalink
Fix Typo in inception/README.md (tensorflow#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
swlsw authored and mrry committed Apr 16, 2016
1 parent 5d7612c commit 148a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inception/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ To train this model, you simply need to specify the following:
bazel build inception/imagenet_train

# run it
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
```

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

0 comments on commit 148a15f

Please sign in to comment.