Compare commits

...

1 Commits

Author SHA1 Message Date
Phil Wang
d5293f19f1 lineup with paper 2022-05-14 13:57:00 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ class EMA(nn.Module):
def __init__( def __init__(
self, self,
model, model,
beta = 0.99, beta = 0.9999,
update_after_step = 1000, update_after_step = 1000,
update_every = 10, update_every = 10,
): ):

View File

@@ -10,7 +10,7 @@ setup(
'dream = dalle2_pytorch.cli:dream' 'dream = dalle2_pytorch.cli:dream'
], ],
}, },
version = '0.2.21', version = '0.2.22',
license='MIT', license='MIT',
description = 'DALL-E 2', description = 'DALL-E 2',
author = 'Phil Wang', author = 'Phil Wang',