espnet.asr.pytorch_backend.recog.recog_v2
Less than 1 minute
espnet.asr.pytorch_backend.recog.recog_v2
espnet.asr.pytorch_backend.recog.recog_v2(args)
Decode with custom models that implements ScorerInterface.
Notes
The previous backend espnet.asr.pytorch_backend.asr.recog only supports E2E and RNNLM
- Parameters:args (namespace) – The program arguments.
:param See py:func:espnet.bin.asr_recog.get_parser for details: