- HiFi-GAN
- iSTFTNet
- MISRNet
- and your original vocoder
Export Method | HiFi-GAN | iSTFTNet | MISRNet |
---|---|---|---|
onnx | ⭕ | ❌ | ⭕ |
pytorch.export | ⭕ | ❌ | ⭕ |
state_dict | ⭕ | ⭕ | ⭕ |
$ python train.py --config "config/HiFi-GAN V1.json"
$ python recon.py --config "config/HiFi-GAN V1.json" --model "pretrained/HiFi-GAN V1.pt"
You can download by below link
I referred to hifi-gan, iSTFTNet, and MISRNet to implement this.