Skip to content

Commit

Permalink
Fixed a typo. (tensorflow#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzweilin authored and martinwicke committed Jun 2, 2016
1 parent c716c1b commit f3d896b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inception/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ FLOWERS_DATA_DIR=/tmp/flowers-data/
EVAL_DIR=/tmp/flowers_eval/

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

0 comments on commit f3d896b

Please sign in to comment.