TOLD/SOND: rename diar_smooth_size to smooth_size

This commit is contained in:
志浩 2023-08-01 17:50:46 +08:00
parent db1495e24c
commit e361e7d59f
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
diar_smooth_size: 1
smooth_size: 1
dur_threshold: 0

View File

@ -453,7 +453,7 @@ def get_parser():
help="The batch size for inference",
)
group.add_argument(
"--diar_smooth_size",
"--smooth_size",
type=int,
default=121,
help="The smoothing size for post-processing"