abylouw / convnext_tts

Unofficial implementation of ConvNeXt-TTS powered by lightning and Rye

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convnext-tts

Unofficial implementation of ConvNeXt-TTS(paper) for my experiment. The model architecture has been slightly modified.

Usage

  1. Install dependencies using Rye(link).
  2. Download JSUT corpus and fullcontext label(link) and then sample wave files(basic5000) to 24kHz.
  3. Create a default.yaml file under the convnext_tts/bin/conf/pathdirectory, setting wav_dir, lab_dir and data_root according to your environment, using src/convnext_tts/bin/conf/path/dummy.yaml as a reference.
  4. Run exp/jsut/run.sh.

Now I'm running it, but it seems likely to fail....

Still under development...

About

Unofficial implementation of ConvNeXt-TTS powered by lightning and Rye


Languages

Language:Python 99.6%Language:Shell 0.4%