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

Method forward

models/networks.py:1093–1095  ·  view source on GitHub ↗

Standard forward

(self, input)

Source from the content-addressed store, hash-verified

1091 self.model = nn.Sequential(*model)
1092
1093 def forward(self, input):
1094 """Standard forward"""
1095 return self.model(input)
1096
1097
1098class ResnetEncoder(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected