MCPcopy Create free account
hub / github.com/294coder/Dif-PAN / forward

Method forward

models/unet_model_google.py:58–59  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

56
57class Swish(nn.Module):
58 def forward(self, x):
59 return x * torch.sigmoid(x)
60
61
62class AttentiveGuide(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected