Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
class
SiLU(nn.Module):
95
def
forward(self, x):
96
return
x * torch.sigmoid(x)
97
98
99
def
zero_module(module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected