mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
TOLD/SOND: rename diar_smooth_size to smooth_size
This commit is contained in:
parent
db1495e24c
commit
e361e7d59f
@ -1,2 +1,2 @@
|
||||
diar_smooth_size: 1
|
||||
smooth_size: 1
|
||||
dur_threshold: 0
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user