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
You might try to use the script used to convert torch to onnx provided for WaveGlow, I tried before but fail to convert the onnx to caffe2.
I try to export the model to onnx, but always got "of traced region did not have observable data dependence with trace inputs". Then I read the script used to convert torch to onnx provided for WaveGlow. I rewrite the script to handle squeezewave model, but failed. I think I mess the depthwise pointwise conv1d to conv2d. Can you give some suggestions?
Yes, that's the problem with pytorch , models are very difficult to convert to onnx/caffe or torch script.
even if we are able to c/c++ code do not produces right output with that.
Any idea how to convert squeezewave model to pytorch script and relevant c++ code
for loading and inferencing from same.
The text was updated successfully, but these errors were encountered: