MCPcopy Create free account
hub / github.com/adobe-research/custom-diffusion / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected