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

Method forward

src/encoding/blocks.py:95–96  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected