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

Method forward

models/sr3.py:260–261  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

258 self.conv = nn.Conv2d(dim, dim, 3, padding=1)
259
260 def forward(self, x):
261 return self.conv(self.up(x))
262
263
264class Downsample(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected