You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use TTS to train a VITS model, and export the ONNX model(named coqui_vits.onnx).
And then use trtexec tool to convert onnx model to engine:
trtexec --onnx=coqui_vits.onnx --saveEngine=coqui_vits_bs1_sl128_fp16.engine --minShapes=input:1x128 --maxShapes=input:1x128 --optShapes=input:1x128 --fp16 --useCudaGraph
and got:
IExecutionContext::enqueueV3: Error Code 1: Cuda Runtime (operation not permitted when stream is capturing)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use TTS to train a VITS model, and export the ONNX model(named coqui_vits.onnx).
And then use trtexec tool to convert onnx model to engine:
trtexec --onnx=coqui_vits.onnx --saveEngine=coqui_vits_bs1_sl128_fp16.engine --minShapes=input:1x128 --maxShapes=input:1x128 --optShapes=input:1x128 --fp16 --useCudaGraph
and got:
IExecutionContext::enqueueV3: Error Code 1: Cuda Runtime (operation not permitted when stream is capturing)
Could you please help me?
Beta Was this translation helpful? Give feedback.
All reactions