Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/zigma
/ __init__
Method
__init__
datasets/clip.py:6–7 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4
5
class
AbstractEncoder(nn.Module):
6
def
__init__(self):
7
super().__init__()
8
9
def
encode(self, *args, **kwargs):
10
raise
NotImplementedError
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected