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

Method forward

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

Source from the content-addressed store, hash-verified

77 self.save_fm = save_fm
78
79 def forward(self, x):
80 x = self.conv(self.up(x))
81 return x
82
83
84class Downsample(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected