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

Class IdentityEncoder

lvdm/modules/encoders/condition2.py:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
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