From ee902ddf3a7c6e56897a425f36fae48efd5926f5 Mon Sep 17 00:00:00 2001 From: Pratik Pingale Date: Tue, 21 Jun 2022 12:53:26 +0530 Subject: [PATCH] Fix: TODO checklist checkbox --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bdd504c630..80b3f5ca60 100644 --- a/README.md +++ b/README.md @@ -278,13 +278,13 @@ 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 [Diffusion LM models](https://arxiv.org/pdf/2205.14217.pdf) [ ] -- Add more vision models [ ] -- Add more speech models [ ] -- Add RL model [ ] +- [ ] 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 [Diffusion LM models](https://arxiv.org/pdf/2205.14217.pdf) +- [ ] Add more vision models +- [ ] Add more speech models +- [ ] Add RL model