MCPcopy Create free account
hub / github.com/NVlabs/LongLive / __init__

Method __init__

model/base.py:145–147  ·  view source on GitHub ↗
(self, args, device)

Source from the content-addressed store, hash-verified

143
144class SelfForcingModel(BaseModel):
145 def __init__(self, args, device):
146 super().__init__(args, device)
147 self.denoising_loss_func = get_denoising_loss(getattr(args, "denoising_loss_type", "flow"))()
148
149 def _run_generator(
150 self,

Callers

nothing calls this directly

Calls 2

get_denoising_lossFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected