TensorSpeech / TensorFlowTTS

:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
https://tensorspeech.github.io/TensorFlowTTS/
Apache License 2.0
3.82k stars 812 forks source link

Parallel WaveGAN TFLite #458

Closed tulasiram58827 closed 3 years ago

tulasiram58827 commented 3 years ago

Hi @dathudeptrai,

We(@sayakpaul) successfully converted the PyTorch pre-trained model(from the repository) to TFLite Format with the help of Notebook from this repository.

You can find the conversion notebook here.

As this repository contains a lot of collections of other models also I would like to add this Notebook to this repository so that many people get benefitted. If you would like me to add I will go ahead and open PR.

Also, I would like to publish the Parallel WaveGAN model to TF Hub. As I used the code from this repository to convert PyTorch Weights to TensorFlow so I need your permission to publish it to TFHub. Let me know if I can go ahead and publish.

You can refer to this Repository for other TFLite models like HiFi-GAN and for benchmarks comparison of all other available models.

dathudeptrai commented 3 years ago

@tulasiram58827 great works, let creat a PR then I can review and merge it :D. It's good if you can publish TTS model to tfhub, i also tried it before but the tfhub-team answered too slowly:))))

tulasiram58827 commented 3 years ago

Sure then I will proceed with PR and TFHub. Do you want me to publish models like Tacotron2, Fastspeech2, MelGAN also to TFHub?

dathudeptrai commented 3 years ago

Sure then I will proceed with PR and TFHub. Do you want me to publish models like Tacotron2, Fastspeech2, MelGAN also to TFHub?

that would be great :)).

tulasiram58827 commented 3 years ago

Created PR to publish to TFHub. Will inform you once they are published.

tulasiram58827 commented 3 years ago

@dathudeptrai Models are now available on TFHub. You can find here