mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-02-13 20:34:22 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87432e93ad |
@@ -1490,7 +1490,8 @@ class LinearAttention(nn.Module):
|
||||
self,
|
||||
dim,
|
||||
dim_head = 32,
|
||||
heads = 8
|
||||
heads = 8,
|
||||
**kwargs
|
||||
):
|
||||
super().__init__()
|
||||
self.scale = dim_head ** -0.5
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '1.4.3'
|
||||
__version__ = '1.4.4'
|
||||
|
||||
Reference in New Issue
Block a user