We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c716c1b commit f3d896bCopy full SHA for f3d896b
1 file changed
inception/README.md
@@ -583,7 +583,7 @@ FLOWERS_DATA_DIR=/tmp/flowers-data/
583
EVAL_DIR=/tmp/flowers_eval/
584
585
# Evaluate the fine-tuned model on a hold-out of the flower data set.
586
-blaze-bin/inception/flowers_eval \
+bazel-bin/inception/flowers_eval \
587
--eval_dir="${EVAL_DIR}" \
588
--data_dir="${FLOWERS_DATA_DIR}" \
589
--subset=validation \
0 commit comments