An unofficial PyTorch implementation of VALL-E
Go to file
2023-01-12 14:41:44 +08:00
config Add trainer 2023-01-12 14:41:44 +08:00
data/test Add trainer 2023-01-12 14:41:44 +08:00
vall_e Add trainer 2023-01-12 14:41:44 +08:00
.gitignore Add trainer 2023-01-12 14:41:44 +08:00
.gitmodules Init 2023-01-11 23:03:25 +08:00
README.md Add trainer 2023-01-12 14:41:44 +08:00

VALL-E

An unofficial (toy) implementation of VALL-E, based on the encodec tokenizer.

"Buy Me A Coffee"

TODO

  • AR model for the first quantizer.
  • Audio decoding from tokens.
  • NAR model for the rest quantizers.
  • Trainers for both models.
  • Pre-trained checkpoint.