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

Method forward

lib/network_auxi.py:95–97  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

93 self.encoder = Resnext_torch.resnext101(pretrained=self.pretrained)
94
95 def forward(self, x):
96 x = self.encoder(x) # 1/32, 1/16, 1/8, 1/4
97 return x
98
99
100class FTB(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected