MCPcopy Create free account
hub / github.com/Francis-Rings/FlashPortrait / forward_feature

Method forward_feature

wan/models/pdf.py:438–440  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

436 self.emo_embed = nn.Sequential(nn.ReLU(), nn.Linear(512, 30))
437
438 def forward_feature(self, x):
439 net = self.model(x)
440 return net
441
442 def forward(self, x):
443 x = self.model(x)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected