Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/zigma
/ zigma_l_1
Function
zigma_l_1
model_zigma.py:1100–1102 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
1098
1099
1100
def
zigma_l_1(**kwargs):
1101
model = ZigMa(patch_size=1, embed_dim=1024, depth=48, **kwargs)
1102
return
model
1103
1104
1105
def
zigma_l_2(**kwargs):
Callers
nothing calls this directly
Calls
1
ZigMa
Class · 0.85
Tested by
no test coverage detected