MCPcopy Create free account
hub / github.com/JunlinHan/DCLGAN / forward

Method forward

models/networks.py:1146–1148  ·  view source on GitHub ↗

Standard forward

(self, input)

Source from the content-addressed store, hash-verified

1144 self.model = nn.Sequential(*model)
1145
1146 def forward(self, input):
1147 """Standard forward"""
1148 return self.model(input)
1149
1150
1151class ResnetBlock(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected