Commit 65b23f98 authored by Sergio Guadarrama's avatar Sergio Guadarrama Committed by GitHub
Browse files

Merge pull request #237 from chan1/patch-3

Misspelling in parameter (factfor --> factor)
parents d8169710 bdd0823f
...@@ -589,7 +589,7 @@ bazel-bin/inception/flowers_eval \ ...@@ -589,7 +589,7 @@ bazel-bin/inception/flowers_eval \
--subset=validation \ --subset=validation \
--num_examples=500 \ --num_examples=500 \
--checkpoint_dir="${TRAIN_DIR}" \ --checkpoint_dir="${TRAIN_DIR}" \
--input_queue_memory_factfor=1 \ --input_queue_memory_factor=1 \
--run_once --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