espnet2.enh.layers.dcunet.GaussianFourierProjection
Less than 1 minute
espnet2.enh.layers.dcunet.GaussianFourierProjection
class espnet2.enh.layers.dcunet.GaussianFourierProjection(embed_dim, scale=16, complex_valued=False)
Bases: Module
Gaussian random features for encoding time steps.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
forward(t)
Defines the computation performed at every call.
Should be overridden by all subclasses.
NOTE
Although the recipe for forward pass needs to be defined within this function, one should call the Module
instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.