from local
This commit is contained in:
parent
c2a854cf44
commit
8097f63449
Binary file not shown.
@ -923,6 +923,7 @@ def run(rank, world_size, args):
|
|||||||
num_decoder_layers=params.num_decoder_layers,
|
num_decoder_layers=params.num_decoder_layers,
|
||||||
cnn_module_kernel=params.kernel_size,
|
cnn_module_kernel=params.kernel_size,
|
||||||
group_num=params.group_num,
|
group_num=params.group_num,
|
||||||
|
interctc=params.interctc,
|
||||||
)
|
)
|
||||||
logging.info(model)
|
logging.info(model)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user