MCPcopy Create free account
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / forward

Method forward

lib/network_auxi.py:344–345  ·  view source on GitHub ↗
(self, lowfeat, highfeat)

Source from the content-addressed store, hash-verified

342 nn.ReLU(inplace=True))
343
344 def forward(self, lowfeat, highfeat):
345 return self.up(highfeat + self.conv(lowfeat))
346
347 def init_params(self):
348 for m in self.modules():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected