From 1ed694766e095fde79ff8642d2c1d145bf59e81a Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Mon, 17 Oct 2022 12:13:33 -0700 Subject: [PATCH] product management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5008fa..8cc7745 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ attn_out = attn(video, attend_across_time = False) # (1, 256, 8, 16, 16) - [ ] wire up dalle2-pytorch unet with pseudo 3d convs + spatial temporal attention - [ ] give attention the best positional embeddings research has to offer - [ ] soup up the attention +- [ ] offer a function, similar to how MosaicML's approach, that automatically rigs a 2d-unet from dalle2-pytorch to be 3d ## Citations