MCPcopy Create free account
hub / github.com/TeleHuman/TextOp / __init__

Method __init__

TextOpDeploy/src/textop_ctrl/scripts/rmdar.py:126–129  ·  view source on GitHub ↗
(self, vae_model, nfuture)

Source from the content-addressed store, hash-verified

124 class WrappedVAEDecode(torch.nn.Module):
125
126 def __init__(self, vae_model, nfuture):
127 super().__init__()
128 self.vae = vae_model
129 self.nfuture = nfuture
130
131 def forward(self, motion_latent: torch.Tensor,
132 history_motion: torch.Tensor):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected