Update egs/librispeech/WSASR/conformer_ctc2/train.py

Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
This commit is contained in:
Rezakh20 2024-03-05 11:27:08 +03:30 committed by GitHub
parent 9ee3d0bdf0
commit b1be695a89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,7 @@ def get_parser():
)
parser.add_argument(
"--num-features",
"--feature-dim",
type=int,
default=768,
help="""Number of features extracted in feature extraction stage.last dimension of feature vector.