"dglgo/recipes/__init__.py" did not exist on "6066fee935b637cea327f0bac24e478eb2dd7a0d"
Commit d51fdd20 authored by Vijay Vasudevan's avatar Vijay Vasudevan
Browse files

Merge pull request #30 from swlsw/master

Fix typo in inception/README.md
parents 10aca5f4 285edbe5
......@@ -166,7 +166,7 @@ To train this model, you simply need to specify the following:
bazel build -c opt --config=cuda 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment