From ebaa0d28c25d88633cba172a8cd0b9d701192808 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sat, 21 May 2022 10:30:52 -0700 Subject: [PATCH] product management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c4f564..e97486c 100644 --- a/README.md +++ b/README.md @@ -1092,6 +1092,7 @@ This library would not have gotten to this working state without the help of - [ ] for all model classes with hyperparameters that changes the network architecture, make it requirement that they must expose a config property, and write a simple function that asserts that it restores the object correctly - [ ] for both diffusion prior and decoder, all exponential moving averaged models needs to be saved and restored as well (as well as the step number) - [ ] read the paper, figure it out, and build it https://github.com/lucidrains/DALLE2-pytorch/issues/89 +- [ ] use json schemas to manage config fields, start with decoder and move into diffusion prior ## Citations