espnet.nets.e2e_asr_common.get_vgg2l_odim
Less than 1 minute
espnet.nets.e2e_asr_common.get_vgg2l_odim
espnet.nets.e2e_asr_common.get_vgg2l_odim(idim, in_channel=3, out_channel=128)
Return the output size of the VGG frontend.
- Parameters:
- in_channel – input channel size
- out_channel – output channel size
- Returns: output size
:rtype int