Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
38079f01
Commit
38079f01
authored
Mar 18, 2016
by
Vijay Vasudevan
Browse files
Merge pull request #21 from LiberiFatali/patch-1
Correct typo mistakes
parents
a894b6e8
8e189343
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
inception/README.md
inception/README.md
+2
-2
No files found.
inception/README.md
View file @
38079f01
...
@@ -447,13 +447,13 @@ FLOWERS_DATA_DIR=/tmp/flowers-data/
...
@@ -447,13 +447,13 @@ 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.
b
l
aze-bin/
third_party/tensorflow_models/
inception/flowers_eval
\
baze
l
-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
\
--num_examples
=
500
\
--num_examples
=
500
\
--checkpoint_dir
=
"
${
TRAIN_DIR
}
"
\
--checkpoint_dir
=
"
${
TRAIN_DIR
}
"
\
--input_queue_memory_fact
f
or
=
1
\
--input_queue_memory_factor
=
1
\
--run_once
--run_once
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment