diff --git a/README.md b/README.md index 61239e1..5e32b0c 100644 --- a/README.md +++ b/README.md @@ -1021,6 +1021,7 @@ Once built, images will be saved to the same directory the command is invoked - [ ] bring in skip-layer excitatons (from lightweight gan paper) to see if it helps for either decoder of unet or vqgan-vae training - [ ] decoder needs one day worth of refactor for tech debt - [ ] allow for unet to be able to condition non-cross attention style as well +- [ ] 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 ## Citations