MCPcopy Create free account
hub / github.com/bytedance/StyleSSP / forward

Method forward

evaluation/net.py:153–156  ·  view source on GitHub ↗
(self, adain_feat)

Source from the content-addressed store, hash-verified

151 self.decoder = nn.Sequential(*decoder)
152
153 def forward(self, adain_feat):
154 fake_image = self.decoder(adain_feat)
155
156 return fake_image

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected