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:
|
||||
# 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
|
||||
# infomation corresponding to the given SignatureDef key
|
||||
# information corresponding to the given SignatureDef key
|
||||
if args.tag_set is None:
|
||||
_show_tag_sets(args.dir)
|
||||
else:
|
||||
@ -555,7 +555,7 @@ def create_parser():
|
||||
parser_show.add_argument(
|
||||
'--all',
|
||||
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(
|
||||
'--tag_set',
|
||||
type=str,
|
||||
|
Loading…
Reference in New Issue
Block a user