MCPcopy Create free account
hub / github.com/VisionXLab/OF-Diff / encode

Method encode

ldm/modules/encoders/modules.py:15–16  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

13 super().__init__()
14
15 def encode(self, *args, **kwargs):
16 raise NotImplementedError
17
18
19class IdentityEncoder(AbstractEncoder):

Callers 2

forwardMethod · 0.45
write_pfmFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected