Update train_ms.py

This commit is contained in:
Sihan Wang
2023-12-20 02:56:32 +08:00
parent 2e7c173de2
commit bd4591aa2c

View File

@@ -387,6 +387,7 @@ def run():
)
scheduler_g.step()
scheduler_d.step()
scheduler_wd.step()
if net_dur_disc is not None:
scheduler_dur_disc.step()