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

Method forward

models/unet_model_google.py:68–69  ·  view source on GitHub ↗
(self, x, g)

Source from the content-addressed store, hash-verified

66 self.norm2 = LayerNorm2d(dim)
67
68 def forward(self, x, g):
69 return self.norm1(x) * self.norm2(g) * x
70
71
72class Upsample(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected