Ross ROSS = Recommend OSS · open-source software intelligence for agents

NVIDIA/tacotron2

Tacotron 2 - PyTorch implementation with faster-than-realtime inference observed · 2026-08-28

github.com/NVIDIA/tacotron2 · Jupyter Notebook · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3044
  • days_rel: n/a
  • days_push: 812
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5296 stars · 1410 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

NVIDIA's PyTorch implementation of the Tacotron 2 text-to-speech model, which synthesizes mel spectrograms from text for vocoder-based audio generation. It supports distributed training, automatic mixed precision, and faster-than-realtime inference when paired with vocoders like WaveGlow.

Use cases

  • convert text to speech audio in Python
  • train a custom TTS model on my own dataset
  • generate speech from text with a pretrained model
  • fine-tune Tacotron 2 on LJSpeech
  • run faster-than-realtime neural speech synthesis on GPU
  • build a voice synthesis pipeline with PyTorch

When to choose

  • you need a well-tested PyTorch Tacotron 2 implementation with pretrained checkpoints
  • you want GPU-accelerated training with mixed precision and multi-GPU support
  • you are doing research or experimentation with neural TTS on NVIDIA hardware

When to avoid

  • you need the latest state-of-the-art TTS models (e.g., VITS, modern diffusion-based TTS)
  • you have no NVIDIA GPU, since CUDA cuDNN is required
  • you want a production-ready TTS service with an API out of the box

Facets

library · maturity maintenance

tts deep-learning machine-learning speech-processing deep-learning artificial-intelligence python windows pytorch tacotron2 speech-synthesis ljspeech nvidia text-to-speech waveglow gpu linux

1 source

Member repositories

RepositoryRoleHealth v2
NVIDIA/tacotron2main32

For agents

markdown · JSON · MCP: product_card(name="NVIDIA/tacotron2")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem