Update test_export.py

pull/3878/head
张春乔 10 months ago committed by GitHub
parent 54ae81afce
commit 0dbe89476b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,12 +32,6 @@ def main(config, args):
if __name__ == "__main__":
parser = default_argument_parser()
# save asr result to
parser.add_argument(
"--result_file", type=str, help="path of save the asr result")
#load jit model from
parser.add_argument(
"--export_path", type=str, help="path of the jit model to save")
parser.add_argument(
"--enable-auto-log", action="store_true", help="use auto log")
args = parser.parse_args()

Loading…
Cancel
Save