An unofficial PyTorch implementation of VALL-E
Go to file
2023-01-11 23:11:53 +08:00
data/test
vall_e Delay pe to cover sep 2023-01-11 23:11:53 +08:00
.gitignore
.gitmodules
README.md

VALL-E

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

TODO

  • AR model for the first quantizer.
  • Built-in decode.
  • NAR model for the rest quantizers.
  • Trainers for both models.