From 4384948573eb8245177b3afad03140a2faa39667 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Wed, 15 Jun 2022 15:44:38 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6d3ea311..6377e4a0 100644 --- a/README.md +++ b/README.md @@ -271,3 +271,15 @@ from scipy.io.wavfile import write as wavwrite sampling_rate = 22050 wavwrite("generated_audio.wav", sampling_rate, audio.squeeze().cpu().numpy()) ``` + +## TODO + +- Create common API for models [ ] +- Add tests for models [ ] +- Adapt schedulers for training [ ] +- Write google colab for training [ ] +- Write docs / Think about how to structure docs [ ] +- Add tests to circle ci [ ] +- Add more vision models [ ] +- Add more speech models [ ] +- Add RL model [ ]