Skip to content

Commit

Permalink
feat(train): use RichProgressBar (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordmau5 authored Apr 13, 2023
1 parent 200d47c commit 17e937a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/so_vits_svc_fork/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def train(
if hparams.train.get("bf16_run", False)
else 32,
strategy=strategy,
callbacks=[pl.callbacks.RichProgressBar()],
)
model = VitsLightning(reset_optimizer=reset_optimizer, **hparams)
trainer.fit(model, datamodule=datamodule)
Expand Down

0 comments on commit 17e937a

Please sign in to comment.