From 4b75b3adf37610e455fd1e43cc7104c3bb598f54 Mon Sep 17 00:00:00 2001 From: enhuiz Date: Wed, 11 Jan 2023 23:06:35 +0800 Subject: [PATCH] Update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 31c9ce0..7f991b8 100644 --- a/README.md +++ b/README.md @@ -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.