Misspellings on the saved_model_cli.py (#9684)
information => information
This commit is contained in:
parent
ce02c770fb
commit
8acd528f93
@ -489,7 +489,7 @@ def show(args):
|
|||||||
else:
|
else:
|
||||||
# If no tag is specified, display all tag_set, if no signaure_def key is
|
# If no tag is specified, display all tag_set, if no signaure_def key is
|
||||||
# specified, display all SignatureDef keys, else show input output tensor
|
# specified, display all SignatureDef keys, else show input output tensor
|
||||||
# infomation corresponding to the given SignatureDef key
|
# information corresponding to the given SignatureDef key
|
||||||
if args.tag_set is None:
|
if args.tag_set is None:
|
||||||
_show_tag_sets(args.dir)
|
_show_tag_sets(args.dir)
|
||||||
else:
|
else:
|
||||||
@ -555,7 +555,7 @@ def create_parser():
|
|||||||
parser_show.add_argument(
|
parser_show.add_argument(
|
||||||
'--all',
|
'--all',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='if set, will output all infomation in given SavedModel')
|
help='if set, will output all information in given SavedModel')
|
||||||
parser_show.add_argument(
|
parser_show.add_argument(
|
||||||
'--tag_set',
|
'--tag_set',
|
||||||
type=str,
|
type=str,
|
||||||
|
Loading…
Reference in New Issue
Block a user