Exemplo n.º 1
0
 def add_arguments(parser):
     """Add arguments."""
     E2EASR.encoder_add_arguments(parser)
     E2E.encoder_mix_add_arguments(parser)
     E2EASR.attention_add_arguments(parser)
     E2EASR.decoder_add_arguments(parser)
     return parser
Exemplo n.º 2
0
 def add_arguments(parser):
     """Add arguments."""
     E2E.add_conformer_encoder_arguments(parser)
     E2ELas.attention_add_arguments(parser)
     E2ELas.decoder_add_arguments(parser)
     return parser