mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
f4abc6c688
commit
7b9a66b587
Binary file not shown.
Binary file not shown.
@ -612,6 +612,8 @@ def run(rank, world_size, args):
|
|||||||
num_features=params.feature_dim,
|
num_features=params.feature_dim,
|
||||||
num_classes=num_classes,
|
num_classes=num_classes,
|
||||||
use_feat_batchnorm=params.use_feat_batchnorm,
|
use_feat_batchnorm=params.use_feat_batchnorm,
|
||||||
|
num_encoder_layers=params.num_encoder_layers,
|
||||||
|
num_decoder_layers=params.num_decoder_layers,
|
||||||
)
|
)
|
||||||
'''
|
'''
|
||||||
model = Conformer(
|
model = Conformer(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user