univnet icon indicating copy to clipboard operation
univnet copied to clipboard

Unofficial PyTorch Implementation of UnivNet Vocoder (https://arxiv.org/abs/2106.07889)

Results 5 univnet issues
Sort by recently updated
recently updated
newest added

Hello, I have trained a voice using your framework. I wanted to use it as a Vocoder for Grad-TTS. Unfortunately the voice that is created as a result is way...

Hi there, i am getting an error after 1 iteration of training and I cannot figure out the reason. Do you have any idea what is causing the error EOFError:...

Hi. Current implementation of UnivNet is in Non-Casual Style .. Can we get it in Casual Style of UnivNet ?

Hi, I ran the following testing code to convert .wav -> mel using librosa and then Univnet with pretrained checkpoint to do the inverse but the results were extremely bad....

is that possible to deploy it on CPU? The operation ```unfold``` spend a lot of time and is unsupported on onnx.