Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/zigma
/ zigma_s_4
Function
zigma_s_4
model_zigma.py:1080–1082 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
1078
1079
1080
def
zigma_s_4(**kwargs):
1081
model = ZigMa(patch_size=4, embed_dim=368, depth=24, **kwargs)
1082
return
model
1083
1084
1085
def
zigma_b_1(**kwargs):
Callers
nothing calls this directly
Calls
1
ZigMa
Class · 0.85
Tested by
no test coverage detected