Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/zigma
/ zigma_s_2
Function
zigma_s_2
model_zigma.py:1070–1072 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
1068
1069
1070
def
zigma_s_2(**kwargs):
1071
model = ZigMa(patch_size=2, embed_dim=368, depth=24, **kwargs)
1072
return
model
1073
1074
1075
def
zigma_s_1(**kwargs):
Callers
nothing calls this directly
Calls
1
ZigMa
Class · 0.85
Tested by
no test coverage detected