We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c010425 commit 4b0d4a2Copy full SHA for 4b0d4a2
dalle_pytorch/dalle_pytorch.py
@@ -74,7 +74,7 @@ def __init__(
74
channels = 3,
75
temperature = 0.9,
76
straight_through = False,
77
- kl_div_loss_weight = 1.
+ kl_div_loss_weight = 0.1
78
):
79
super().__init__()
80
assert log2(image_size).is_integer(), 'image size must be a power of 2'
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name = 'dalle-pytorch',
5
packages = find_packages(),
6
- version = '0.1.5',
+ version = '0.1.6',
7
license='MIT',
8
description = 'DALL-E - Pytorch',
9
author = 'Phil Wang',
0 commit comments