espnet2.enh.layers.fasnet.FaSNet_TAC
Less than 1 minute
espnet2.enh.layers.fasnet.FaSNet_TAC
class espnet2.enh.layers.fasnet.FaSNet_TAC(*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.