This commit is contained in:
enhuiz 2023-01-12 12:58:22 +08:00
parent af4dbf0b3e
commit b1f2f39f21

View File

@ -6,5 +6,5 @@ An unofficial (toy) implementation of VALL-E, based on the [encodec](https://git
- [x] AR model for the first quantizer.
- [x] Audio decoding from tokens.
- [ ] NAR model for the rest quantizers.
- [x] NAR model for the rest quantizers.
- [ ] Trainers for both models.