MCPcopy Create free account
hub / github.com/Vchitect/Latte / __init__

Method __init__

models/clip.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24class AbstractEncoder(nn.Module):
25 def __init__(self):
26 super().__init__()
27
28 def encode(self, *args, **kwargs):
29 raise NotImplementedError

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected