mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-19 09:44:19 +01:00
lower default ema beta value
This commit is contained in:
@@ -178,7 +178,7 @@ class EMA(nn.Module):
|
||||
def __init__(
|
||||
self,
|
||||
model,
|
||||
beta = 0.9999,
|
||||
beta = 0.99,
|
||||
update_after_step = 1000,
|
||||
update_every = 10,
|
||||
):
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.6.4'
|
||||
__version__ = '0.6.5'
|
||||
|
||||
Reference in New Issue
Block a user