espnet.nets.chainer_backend.asr_interface.ChainerASRInterface
Less than 1 minute
espnet.nets.chainer_backend.asr_interface.ChainerASRInterface
class espnet.nets.chainer_backend.asr_interface.ChainerASRInterface(**links: Link)
Bases: ASRInterface
, Chain
ASR Interface for ESPnet model implementation.
static custom_converter(*args, **kw)
Get customconverter of the model (Chainer only).
static custom_parallel_updater(*args, **kw)
Get custom_parallel_updater of the model (Chainer only).
static custom_updater(*args, **kw)
Get custom_updater of the model (Chainer only).
get_total_subsampling_factor()
Get total subsampling factor.