MCPcopy 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
57class Swish(nn.Module):
58 def forward(self, x):
59 return x * torch.sigmoid(x)
60
61
62class 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