espnet.nets.pytorch_backend.conformer.swish.Swish
Less than 1 minute
espnet.nets.pytorch_backend.conformer.swish.Swish
class espnet.nets.pytorch_backend.conformer.swish.Swish(*args, **kwargs)
Bases: Module
Construct an Swish object.
Initializes internal Module state, shared by both nn.Module and ScriptModule.
forward(x)
Return Swich activation function.