Skip to content

Commit f3d896b

Browse files
mzweilinmartinwicke
authored andcommitted
Fixed a typo. (tensorflow#108)
1 parent c716c1b commit f3d896b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inception/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ FLOWERS_DATA_DIR=/tmp/flowers-data/
583583
EVAL_DIR=/tmp/flowers_eval/
584584

585585
# Evaluate the fine-tuned model on a hold-out of the flower data set.
586-
blaze-bin/inception/flowers_eval \
586+
bazel-bin/inception/flowers_eval \
587587
--eval_dir="${EVAL_DIR}" \
588588
--data_dir="${FLOWERS_DATA_DIR}" \
589589
--subset=validation \

0 commit comments

Comments
 (0)