We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b091add commit 5892fe3Copy full SHA for 5892fe3
README.md
@@ -85,6 +85,10 @@ sampled_images = diffusion.sample(batch_size = 4)
85
sampled_images.shape # (4, 3, 128, 128)
86
```
87
88
+## Todo
89
+
90
+- [ ] experiment with <a href="https://github.com/lucidrains/bidirectional-cross-attention/issues">bidirectional cross attention</a>
91
92
## Citations
93
94
```bibtex
0 commit comments