Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Francis-Rings/FlashPortrait
/ CombinedModel
Class
CombinedModel
train_portrait.py:174–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
173
174
class
CombinedModel(nn.Module):
175
def
__init__(self, transformer3d, portrait_encoder):
176
super().__init__()
177
self.transformer3d = transformer3d
178
self.portrait_encoder = portrait_encoder
179
180
181
def
parse_args():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected