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 b45a931 commit c0f2eb0Copy full SHA for c0f2eb0
dalle_pytorch/transformer.py
@@ -144,7 +144,7 @@ def __init__(
144
image_fmap_size = None,
145
sparse_attn = False,
146
stable = False,
147
- shift_tokens = True
+ shift_tokens = False
148
):
149
super().__init__()
150
layers = nn.ModuleList([])
setup.py
@@ -4,7 +4,7 @@
4
name = 'dalle-pytorch',
5
packages = find_packages(),
6
include_package_data = True,
7
- version = '1.0.0',
+ version = '1.0.1',
8
license='MIT',
9
description = 'DALL-E - Pytorch',
10
author = 'Phil Wang',
0 commit comments