MCPcopy Create free account
hub / github.com/Sin3DM/Sin3DM / SiLU

Class SiLU

src/encoding/blocks.py:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94class SiLU(nn.Module):
95 def forward(self, x):
96 return x * torch.sigmoid(x)
97
98
99def zero_module(module):

Callers 2

__init__Method · 0.70
__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected