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:26:28 +03:30 committed by GitHub
parent bc01398902
commit 2dc2112b20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -397,7 +397,6 @@ def get_params() -> AttributeDict:
"valid_interval": 800, # For the 100h subset, use 800
"alignment_interval": 25,
# parameters for conformer
"feature_dim": args.num_features,
"subsampling_factor": 2,
"encoder_dim": 512,
"nhead": 8,