espnet2.enh.layers.ifasnet.iFaSNet
Less than 1 minute
espnet2.enh.layers.ifasnet.iFaSNet
class espnet2.enh.layers.ifasnet.iFaSNet(*args, **kwargs)
Bases: FaSNet_base
Initializes internal Module state, shared by both nn.Module and ScriptModule.
forward(input, num_mic)
abstract forward function
input: shape (batch, max_num_ch, T) num_mic: shape (batch, ), the number of channels for each input.
Zero for fixed geometry configuration.