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