espnet2.legacy.nets.e2e_asr_common.get_vgg2l_odim
Less than 1 minute
espnet2.legacy.nets.e2e_asr_common.get_vgg2l_odim
espnet2.legacy.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
