Commit 8e189343 authored by LiberiFatali's avatar LiberiFatali
Browse files

Correct typo mistakes

parent a894b6e8
......@@ -447,13 +447,13 @@ 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/third_party/tensorflow_models/inception/flowers_eval \
bazel-bin/inception/flowers_eval \
--eval_dir="${EVAL_DIR}" \
--data_dir="${FLOWERS_DATA_DIR}" \
--subset=validation \
--num_examples=500 \
--checkpoint_dir="${TRAIN_DIR}" \
--input_queue_memory_factfor=1 \
--input_queue_memory_factor=1 \
--run_once
```
......
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