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 was checking out the tacotron2_onnx.py model conversion program and tried running it on my google colab notebook (the one I use for synthesis of my taco2 model) but it throws error "Modules not found".
I believe I am missing some steps here by directly trying to execute the .py class from my colab notebook, so wanted to ask for some pointers on what's the proper way to convert my Taco2 model to ONNX so I can use it on other platforms (windows/mobile).
Secondly, do I need to convert my HifiGan to ONNX too ?
The text was updated successfully, but these errors were encountered:
I was checking out the tacotron2_onnx.py model conversion program and tried running it on my google colab notebook (the one I use for synthesis of my taco2 model) but it throws error "Modules not found".
I believe I am missing some steps here by directly trying to execute the .py class from my colab notebook, so wanted to ask for some pointers on what's the proper way to convert my Taco2 model to ONNX so I can use it on other platforms (windows/mobile).
Secondly, do I need to convert my HifiGan to ONNX too ?
The text was updated successfully, but these errors were encountered: