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
d906b135
Commit
d906b135
authored
Oct 20, 2017
by
Alexander Gorban
Browse files
Fix usage example to specify a checkpoint to load.
parent
d723e734
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
research/attention_ocr/python/demo_inference.py
research/attention_ocr/python/demo_inference.py
+1
-0
No files found.
research/attention_ocr/python/demo_inference.py
View file @
d906b135
...
@@ -12,6 +12,7 @@ https://www.tensorflow.org/serving/serving_basic
...
@@ -12,6 +12,7 @@ https://www.tensorflow.org/serving/serving_basic
Usage:
Usage:
python demo_inference.py --batch_size=32
\
python demo_inference.py --batch_size=32
\
--checkpoint=model.ckpt-399731
\
--image_path_pattern=./datasets/data/fsns/temp/fsns_train_%02d.png
--image_path_pattern=./datasets/data/fsns/temp/fsns_train_%02d.png
"""
"""
import
numpy
as
np
import
numpy
as
np
...
...
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