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 have a pytorch model exported as an onnx format, Which engine should I to set when I use Criteria? During prediction, I use NDManager.newBaseManager to get a NDManager, which engine should NDManager.newBaseManager use?
#3508
Open
BlackRen09 opened this issue
Oct 30, 2024
· 1 comment
I have a pytorch model used for Text-to-Speech, the encoder and decoder are exported as onnx format. When Loading these model file, Criteria has a param named engine, I wonder which engine (OnnxRuntime or pytorch) should be used? After that, outputs from the encoder will be as inputs to the decoder, For managing NDResource, I have to get a NDManager to manage temporal resources, so I use NDManager.newBaseManager, when I call this function, which engine should be used? (I have read the source of NDManager, different engine will get different implement of manager).
The text was updated successfully, but these errors were encountered:
I have a pytorch model used for Text-to-Speech, the encoder and decoder are exported as onnx format. When Loading these model file, Criteria has a param named engine, I wonder which engine (OnnxRuntime or pytorch) should be used? After that, outputs from the encoder will be as inputs to the decoder, For managing NDResource, I have to get a NDManager to manage temporal resources, so I use NDManager.newBaseManager, when I call this function, which engine should be used? (I have read the source of NDManager, different engine will get different implement of manager).
The text was updated successfully, but these errors were encountered: