Commit 38079f01 authored by Vijay Vasudevan's avatar Vijay Vasudevan
Browse files

Merge pull request #21 from LiberiFatali/patch-1

Correct typo mistakes
parents a894b6e8 8e189343
......@@ -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