提交 e0d222e6 编写于 作者: 小湉湉's avatar 小湉湉

update notes, test=doc

上级 f264b912
......@@ -36,7 +36,7 @@ def get_sess(args, filed='am'):
sess_options.execution_mode = ort.ExecutionMode.ORT_SEQUENTIAL
if args.device == "gpu":
# fastspeech2 can't use trt now!
# fastspeech2/mb_melgan can't use trt now!
if args.use_trt:
providers = ['TensorrtExecutionProvider']
else:
......
......@@ -36,7 +36,7 @@ def get_sess(args, filed='am'):
sess_options.execution_mode = ort.ExecutionMode.ORT_SEQUENTIAL
if args.device == "gpu":
# fastspeech2 can't use trt now!
# fastspeech2/mb_melgan can't use trt now!
if args.use_trt:
providers = ['TensorrtExecutionProvider']
else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册