MCPcopy Create free account
hub / github.com/TencentARC/MotionCtrl / encode

Method encode

lvdm/modules/encoders/condition2.py:23–24  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

21class IdentityEncoder(AbstractEncoder):
22
23 def encode(self, x):
24 return x
25
26
27class ClassEmbedder(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected