We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1662bbf commit a58a370Copy full SHA for a58a370
dalle2_pytorch/dalle2_pytorch.py
@@ -1926,7 +1926,7 @@ def forward(
1926
hiddens.append(x)
1927
1928
x = attn(x)
1929
- hiddens.append(x)
+ hiddens.append(x.contiguous())
1930
1931
if exists(post_downsample):
1932
x = post_downsample(x)
dalle2_pytorch/version.py
@@ -1 +1 @@
1
-__version__ = '0.24.1'
+__version__ = '0.24.2'
0 commit comments