MCPcopy Create free account
hub / github.com/Monalissaa/DisenDiff / __init__

Method __init__

src/custom_modules.py:218–219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

216
217class AbstractEncoder(nn.Module):
218 def __init__(self):
219 super().__init__()
220
221 def encode(self, *args, **kwargs):
222 raise NotImplementedError

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected