Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/294coder/Dif-PAN
/ Swish
Class
Swish
models/unet_model_google.py:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
57
class
Swish(nn.Module):
58
def
forward(self, x):
59
return
x * torch.sigmoid(x)
60
61
62
class
AttentiveGuide(nn.Module):
Callers
3
__init__
Method · 0.70
__init__
Method · 0.70
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected