mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-02-14 04:15:40 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a58a370d75 |
@@ -1926,7 +1926,7 @@ class Unet(nn.Module):
|
||||
hiddens.append(x)
|
||||
|
||||
x = attn(x)
|
||||
hiddens.append(x)
|
||||
hiddens.append(x.contiguous())
|
||||
|
||||
if exists(post_downsample):
|
||||
x = post_downsample(x)
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.24.1'
|
||||
__version__ = '0.24.2'
|
||||
|
||||
Reference in New Issue
Block a user