Explorar el Código

Set S2T as default finetuning model

Ruslan Mavlyutov hace 2 años
padre
commit
08a8eddcda
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/m4t/finetune/finetune.py

+ 1 - 1
scripts/m4t/finetune/finetune.py

@@ -112,7 +112,7 @@ def init_parser() -> argparse.ArgumentParser:
         "--mode",
         type=trainer.FinetuneMode,
         choices=list(trainer.FinetuneMode),
-        default=trainer.FinetuneMode.TEXT_TO_SPEECH,
+        default=trainer.FinetuneMode.SPEECH_TO_TEXT,
         help=(
             "* `SPEECH_TO_SPEECH` -- finetune S2T and T2U parts of the model; "
             "* `TEXT_TO_SPEECH` -- finetune only T2U; "