Commit d906b135 authored by Alexander Gorban's avatar Alexander Gorban
Browse files

Fix usage example to specify a checkpoint to load.

parent d723e734
...@@ -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
......
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