Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/zigma
/ __init__
Method
__init__
model_zigma.py:69–70 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
67
""
"2D Image to Patch Embedding"
""
68
69
def
__init__(self, *args, **kwargs):
70
super().__init__(*args, **kwargs)
71
72
def
forward(self, x):
73
B, T, C, H, W = x.shape
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected