MCPcopy Create free account
hub / github.com/Relento/lego_release / forward

Method forward

models/networks.py:171–173  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

169 self.resnet = nn.Sequential(*nets)
170
171 def forward(self, x):
172 x = self.resnet(x)
173 return x
174
175
176class SimpleResNetEncoder3(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected