Skip to content

Commit 87b4eb3

Browse files
committed
Fix lint: ruff F541
1 parent 775bd66 commit 87b4eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/tts/base/tts_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def _check_resume(self):
175175
self.args.resume_type = "finetune"
176176
checkpoint_dir = self.args.ar_model_ckpt_dir
177177
self.logger.info(
178-
f"Training NAR model at stage 2 using the checkpoint of AR model at stage 1."
178+
"Training NAR model at stage 2 using the checkpoint of AR model at stage 1."
179179
)
180180

181181
self.logger.info(f"Resuming from checkpoint: {checkpoint_dir}")

0 commit comments

Comments
 (0)