We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e173f4 commit dab2f74Copy full SHA for dab2f74
dalle2_pytorch/train_configs.py
@@ -233,7 +233,7 @@ class UnetConfig(BaseModel):
233
cond_on_text_encodings: Optional[bool] = None
234
cond_dim: Optional[int] = None
235
channels: int = 3
236
- self_attn: ListOrTuple[bool]
+ self_attn: SingularOrIterable[bool] = False
237
attn_dim_head: int = 32
238
attn_heads: int = 16
239
init_cross_embed: bool = True
dalle2_pytorch/version.py
@@ -1 +1 @@
1
-__version__ = '1.15.5'
+__version__ = '1.15.6'
0 commit comments