Skip to content

Commit

Permalink
default ema decay to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Feb 27, 2021
1 parent 51ac409 commit 3b2e1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion big_sleep/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def train(
class_temperature = 2.,
save_best = False,
experimental_resample = False,
ema_decay = 0.99
ema_decay = 0.5
):
print(f'Starting up... v{__version__}')

Expand Down
2 changes: 1 addition & 1 deletion big_sleep/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.1'
__version__ = '0.6.2'

0 comments on commit 3b2e1a0

Please sign in to comment.