product management

This commit is contained in:
Phil Wang
2022-05-15 11:21:12 -07:00
parent 68e7d2f241
commit f7cd4a0992

View File

@@ -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