This website requires JavaScript.
Explore
Help
Register
Sign In
mrq
/
vall-e
Watch
5
Star
9
Fork
0
You've already forked vall-e
Code
Issues
8
Pull Requests
Packages
Projects
Releases
Wiki
Activity
An unofficial PyTorch implementation of VALL-E
audio-lm
pytorch
text-to-speech
tts
vall-e
valle
12
Commits
1
Branch
0
Tags
18
MiB
Python
54.8%
C
27.8%
C++
17.3%
5e4ef084b8
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
enhuiz
5e4ef084b8
Simplify interface
2023-01-12 14:24:35 +08:00
data
/test
prom_list -> proms_list
2023-01-12 14:11:32 +08:00
vall_e
Simplify interface
2023-01-12 14:24:35 +08:00
.gitignore
Init
2023-01-11 23:03:25 +08:00
.gitmodules
Init
2023-01-11 23:03:25 +08:00
README.md
Check
2023-01-12 12:58:22 +08:00
README.md
VALL-E
An unofficial (toy) implementation of VALL-E, based on the
encodec
tokenizer.
TODO
AR model for the first quantizer.
Audio decoding from tokens.
NAR model for the rest quantizers.
Trainers for both models.