help='The name of file to load all parameters. It is only used for the case that all parameters were saved in a single binary file. If parameters were saved in separate files, set it as None. Default: None.'
)
parser.add_argument(
"--feed_alias_names",
type=str,
default=None,
help='set alias names for feed vars, split by comma \',\', you should run --show_proto to check the number of feed vars'
)
parser.add_argument(
"--fetch_alias_names",
type=str,
default=None,
help='set alias names for feed vars, split by comma \',\', you should run --show_proto to check the number of fetch vars'