tacotron_pytorch
Speech synthesizer
An implementation of Tacotron speech synthesis model using PyTorch.
PyTorch implementation of Tacotron speech synthesis model.
309 stars
16 watching
79 forks
Language: Jupyter Notebook
last commit: over 5 years ago pythonpytorchspeechspeech-synthesistacotron
Related projects:
Repository | Description | Stars |
---|---|---|
soobinseo/tacotron-pytorch | A PyTorch implementation of an end-to-end text-to-speech synthesis model. | 207 |
r9y9/deepvoice3_pytorch | An implementation of text-to-speech synthesis using convolutional neural networks in PyTorch | 1,970 |
awni/speech | A PyTorch implementation of end-to-end speech recognition models. | 756 |
seannaren/deepspeech.pytorch | A deep learning-based speech recognition system built on top of PyTorch Lightning. | 2,109 |
prlz77/resnext.pytorch | Reproduces ResNet-V3 with PyTorch for computer vision tasks | 511 |
kazuto1011/deeplab-pytorch | PyTorch implementation of DeepLab v2 for semantic segmentation on COCO-Stuff and PASCAL VOC datasets | 1,098 |
kazuto1011/pspnet-pytorch | Re-implementation of a deep learning model for semantic segmentation using PyTorch. | 52 |
loudinthecloud/pytorch-ntm | An implementation of Neural Turing Machines in PyTorch | 592 |
deepsound-project/samplernn-pytorch | An implementation of an audio generation model using PyTorch | 290 |
npuichigo/waveglow | A PyTorch implementation of a speech synthesis network based on flow-based generative architecture. | 206 |
lextal/pspnet-pytorch | A PyTorch implementation of a segmentation network architecture | 588 |
shawn1993/cnn-text-classification-pytorch | An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch | 1,022 |
rdspring1/pytorch_gbw_lm | Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
davidtvs/pytorch-enet | A PyTorch implementation of a real-time semantic segmentation model using ENet architecture | 392 |
leviswind/pytorch-transformer | Implementation of a transformer-based translation model in PyTorch | 240 |