mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-14 04:22:21 +00:00
fixed some default params.
This commit is contained in:
parent
6ae48845ba
commit
58f7875c7e
@ -86,7 +86,7 @@ def get_args():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--checkpoint",
|
"--checkpoint",
|
||||||
type=str,
|
type=str,
|
||||||
default="exp/vallf_nano_full/checkpoint-100000.pt",
|
default="./valle/exp/checkpoint-100000.pt",
|
||||||
help="Path to the saved checkpoint.",
|
help="Path to the saved checkpoint.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -216,7 +216,7 @@ def get_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--exp-dir",
|
"--exp-dir",
|
||||||
type=str,
|
type=str,
|
||||||
default="exp/valle_dev",
|
default="./valle/exp",
|
||||||
help="""The experiment dir.
|
help="""The experiment dir.
|
||||||
It specifies the directory where all training related
|
It specifies the directory where all training related
|
||||||
files, e.g., checkpoints, log, etc, are saved
|
files, e.g., checkpoints, log, etc, are saved
|
||||||
|
Loading…
x
Reference in New Issue
Block a user