Skip to content

Commit d906b13

Browse files
author
Alexander Gorban
committed
Fix usage example to specify a checkpoint to load.
1 parent d723e73 commit d906b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

research/attention_ocr/python/demo_inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
1313
Usage:
1414
python demo_inference.py --batch_size=32 \
15+
--checkpoint=model.ckpt-399731\
1516
--image_path_pattern=./datasets/data/fsns/temp/fsns_train_%02d.png
1617
"""
1718
import numpy as np

0 commit comments

Comments
 (0)