소스 검색

Fix Typo in inception/README.md (#49)

swlsw 9 년 전
부모
커밋
148a15fb04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      inception/README.md

+ 1 - 1
inception/README.md

@@ -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