From fd6b5c375869beb54b15f2649824101a1ecbc149 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Tue, 12 Sep 2023 10:22:22 -0700 Subject: [PATCH] product management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5151ab4..30bbf9b 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ $ accelerate launch train.py - [x] remove any magic being done with automatic rgbs processing, and have it explicitly passed in - offer functions on the discriminator that can process real images into the right multi-scales - [x] add horizontal flip for starters +- [ ] move all modulation projections into the adaptive conv2d class - [ ] add accelerate - [x] works single machine - [x] works for mixed precision (make sure gradient penalty is scaled correctly), take care of manual scaler saving and reloading, borrow from imagen-pytorch