DL-Art-School/codes/models/gpt_voice
James Betker d9936df363 Add gpt_tts dataset and implement inference
- Adds a script which preprocesses quantized mels given a DVAE
- Adds a dataset which can consume preprocessed qmels
- Reworks GPT TTS to consume the outputs of that dataset (removes logic to add padding and start/end tokens)
- Adds inference to gpt_tts
2021-08-04 00:44:04 -06:00
..
__init__.py
gpt_tts.py Add gpt_tts dataset and implement inference 2021-08-04 00:44:04 -06:00
min_gpt.py Get dalle-style TTS to "work" 2021-08-03 21:08:27 -06:00
pixelshuffle_1d.py