fix train21.json ema param names

This commit is contained in:
Victor Hall 2023-09-18 14:53:17 -04:00
parent fa5b38e26b
commit e4d93225f7
1 changed files with 5 additions and 5 deletions

View File

@ -45,9 +45,9 @@
"min_snr_gamma": null,
"ema_decay_rate": null,
"ema_decay_target": null,
"ema_decay_interval": null,
"ema_decay_device": null,
"ema_decay_sample_raw_training": false,
"ema_decay_sample_ema_model": false,
"ema_decay_resume_model" : null
"ema_update_interval": null,
"ema_device": null,
"ema_sample_raw_training": false,
"ema_sample_ema_model": false,
"ema_resume_model" : null
}