This commit is contained in:
enhuiz 2023-01-11 23:06:35 +08:00
parent 49d6136649
commit 4b75b3adf3

View File

@ -1,3 +1,10 @@
# VALL-E
An unofficial (toy) implementation of VALL-E, based on the [encodec](https://github.com/facebookresearch/encodec) tokenizer.
## TODO
- [x] AR model for the first quantizer.
- [ ] Built-in decode.
- [ ] NAR model for the rest quantizers.
- [ ] Trainers for both models.