瀏覽代碼

Merge pull request #481 from cshallue/readme

Remove flag --config=cuda. It's not necessary and can cause a warning.
Chris Shallue 9 年之前
父節點
當前提交
7e9b983078
共有 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 \