Skip to content

Commit

Permalink
fixed some default params.
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Dec 5, 2024
1 parent 6ae4884 commit 58f7875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egs/wenetspeech4tts/TTS/valle/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_args():
parser.add_argument(
"--checkpoint",
type=str,
default="exp/vallf_nano_full/checkpoint-100000.pt",
default="./valle/exp/checkpoint-100000.pt",
help="Path to the saved checkpoint.",
)

Expand Down
2 changes: 1 addition & 1 deletion egs/wenetspeech4tts/TTS/valle/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def get_parser():
parser.add_argument(
"--exp-dir",
type=str,
default="exp/valle_dev",
default="./valle/exp",
help="""The experiment dir.
It specifies the directory where all training related
files, e.g., checkpoints, log, etc, are saved
Expand Down

0 comments on commit 58f7875

Please sign in to comment.