Skip to content

Commit

Permalink
don't disable ema by default
Browse files Browse the repository at this point in the history
for deterministic models at least
  • Loading branch information
henryaddison committed Aug 9, 2024
1 parent f0118a6 commit 69b4742
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def get_default_configs():
model.loc_spec_channels = 0
model.num_scales = 1
model.ema_rate = 0.9999
model.ema_disabled = False
model.dropout = 0.1
model.embedding_type = 'fourier'

Expand Down

0 comments on commit 69b4742

Please sign in to comment.