tacotron2
Speech Synthesis Toolkit
This PyTorch implementation provides a toolkit for speech synthesis using a deep neural network architecture.
Tacotron 2 - PyTorch implementation with faster-than-realtime inference
5k stars
117 watching
1k forks
Language: Jupyter Notebook
last commit: 5 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nvidia/flownet2-pytorch | A deep learning framework implementing an optical flow estimation model using PyTorch. | 3,147 |
pytorch/audio | A PyTorch module providing tools and functions for audio signal processing | 2,538 |
nvidia/waveglow | Generates high-quality speech from mel-spectrograms using a flow-based network architecture | 2,285 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 83,959 |
soobinseo/tacotron-pytorch | A PyTorch implementation of an end-to-end text-to-speech synthesis model. | 206 |
r9y9/tacotron_pytorch | An implementation of Tacotron speech synthesis model using PyTorch. | 309 |
r9y9/deepvoice3_pytorch | An implementation of text-to-speech synthesis using convolutional neural networks in PyTorch | 1,969 |
nvidia/apex | Tools for streamlined mixed precision and distributed training in PyTorch | 8,407 |
rosinality/stylegan2-pytorch | An implementation of StyleGAN 2 in PyTorch for image generation and analysis. | 2,741 |
lucidrains/dalle2-pytorch | An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,148 |
nvidia/vid2vid | A PyTorch implementation of a video-to-video translation method for generating photorealistic videos from semantic label maps or other input data. | 8,607 |
facebookresearch/dinov2 | A PyTorch implementation of a self-supervised learning method for learning robust visual features without supervision. | 9,211 |
sktime/pytorch-forecasting | A PyTorch-based package for state-of-the-art time series forecasting with deep learning architectures | 4,001 |
pytorch/torchtitan | A native PyTorch library for large-scale language model training with distributed training capabilities | 2,615 |
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,251 |