We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775bd66 commit 87b4eb3Copy full SHA for 87b4eb3
models/tts/base/tts_trainer.py
@@ -175,7 +175,7 @@ def _check_resume(self):
175
self.args.resume_type = "finetune"
176
checkpoint_dir = self.args.ar_model_ckpt_dir
177
self.logger.info(
178
- f"Training NAR model at stage 2 using the checkpoint of AR model at stage 1."
+ "Training NAR model at stage 2 using the checkpoint of AR model at stage 1."
179
)
180
181
self.logger.info(f"Resuming from checkpoint: {checkpoint_dir}")
0 commit comments