소스 검색

Remove flag --config=cuda. It's not necessary and can cause a warning.

Christopher Shallue 9 년 전
부모
커밋
d7a4970eca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      im2txt/README.md

+ 1 - 1
im2txt/README.md

@@ -218,7 +218,7 @@ INCEPTION_CHECKPOINT="${HOME}/im2txt/data/inception_v3.ckpt"
 MODEL_DIR="${HOME}/im2txt/model"
 
 # Build the model.
-bazel build -c opt --config=cuda im2txt/...
+bazel build -c opt im2txt/...
 
 # Run the training script.
 bazel-bin/im2txt/train \