Hi there,

I'm currently having trouble exporting a PyTorch model, specifically the AlignTTS model from coqui-ai, to the ONNX format using the onnx.export() function with opset_version=12. The error message I'm getting states that the aten::unflatten operator is not supported for this opset version.

I was wondering if anyone has any suggestions for a workaround or alternative solution to this issue. I've also posted this issue on PyTorch's official GitHub page (https://github.com/pytorch/pytorch/issues/100826).

Thank you in advance for any assistance you can provide.

More Elias Hossain's questions See All
Similar questions and discussions