Commit f6194b91 authored by Andrea Ferri's avatar Andrea Ferri
Browse files

Update README.md

Correct a grammar error in the shell script from blaze to bazel line 586
parent eec79382
...@@ -583,7 +583,7 @@ FLOWERS_DATA_DIR=/tmp/flowers-data/ ...@@ -583,7 +583,7 @@ FLOWERS_DATA_DIR=/tmp/flowers-data/
EVAL_DIR=/tmp/flowers_eval/ EVAL_DIR=/tmp/flowers_eval/
# Evaluate the fine-tuned model on a hold-out of the flower data set. # 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}" \ --eval_dir="${EVAL_DIR}" \
--data_dir="${FLOWERS_DATA_DIR}" \ --data_dir="${FLOWERS_DATA_DIR}" \
--subset=validation \ --subset=validation \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment