Skip to content

Commit 4b0d4a2

Browse files
committed
bump
1 parent c010425 commit 4b0d4a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dalle_pytorch/dalle_pytorch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(
7474
channels = 3,
7575
temperature = 0.9,
7676
straight_through = False,
77-
kl_div_loss_weight = 1.
77+
kl_div_loss_weight = 0.1
7878
):
7979
super().__init__()
8080
assert log2(image_size).is_integer(), 'image size must be a power of 2'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'dalle-pytorch',
55
packages = find_packages(),
6-
version = '0.1.5',
6+
version = '0.1.6',
77
license='MIT',
88
description = 'DALL-E - Pytorch',
99
author = 'Phil Wang',

0 commit comments

Comments
 (0)