minor fixes

This commit is contained in:
JinZr 2023-08-09 17:05:09 +08:00
parent ba67942656
commit 94eedab88e
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ def get_parser():
parser.add_argument(
"--exp-dir",
type=str,
default="pruned_transducer_stateless7/exp",
default="zipformer/exp",
help="The experiment dir",
)

View File

@ -1149,7 +1149,7 @@ def run(rank, world_size, args):
# You should use ../local/display_manifest_statistics.py to get
# an utterance duration distribution for your dataset to select
# the threshold
if c.duration < 1.0 or c.duration > 15.0:
if c.duration < 1.0 or c.duration > 10.0:
# logging.warning(
# f"Exclude cut with ID {c.id} from training. Duration: {c.duration}"
# )