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

Method forward

dmidas/backbones/next_vit.py:164–170  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

162 merge_pre_bn(self.conv1, pre_norm)
163
164 def forward(self, x):
165 x = self.conv1(x)
166 x = self.act(x)
167 x = self.drop(x)
168 x = self.conv2(x)
169 x = self.drop(x)
170 return x
171
172
173class NCB(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected