Forráskód Böngészése

Merge pull request #21 from LiberiFatali/patch-1

Correct typo mistakes
Vijay Vasudevan 9 éve
szülő
commit
38079f01d0
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      inception/README.md

+ 2 - 2
inception/README.md

@@ -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
 ```