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
Non-zero status code returned while running Transpose node. Name:'Transpose_286' Status Message: CUDA error cudaErrorInvalidConfiguration:invalid configuration argument
#14708
I trained a speech model with pytorch, and convert it to onnx model ,when I inference the result is right,
however I conver it to fp16 use the command
polygraphy convert test.onnx --fp-to-fp16 -o test_fp16.onnx
when i inference with short speech data, I can get right result,however When the speech data is long , I get the error as follows:
self._sess.run_with_iobinding(iobinding._iobinding, run_options)
RuntimeError: Error in execution: Non-zero status code returned while running Transpose node. Name:'Transpose_286' Status Message: CUDA error cudaErrorInvalidConfiguration:invalid configuration argument
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
Uh oh!
There was an error while loading. Please reload this page.
-
I trained a speech model with pytorch, and convert it to onnx model ,when I inference the result is right,
however I conver it to fp16 use the command
polygraphy convert test.onnx --fp-to-fp16 -o test_fp16.onnx
when i inference with short speech data, I can get right result,however When the speech data is long , I get the error as follows:
self._sess.run_with_iobinding(iobinding._iobinding, run_options)
RuntimeError: Error in execution: Non-zero status code returned while running Transpose node. Name:'Transpose_286' Status Message: CUDA error cudaErrorInvalidConfiguration:invalid configuration argument
@mtodd
Beta Was this translation helpful? Give feedback.
All reactions