Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/zigma
/ zigma_h_4
Function
zigma_h_4
model_zigma.py:1135–1137 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
1133
1134
1135
def
zigma_h_4(**kwargs):
1136
model = ZigMa(patch_size=4, embed_dim=1536, depth=48, **kwargs)
1137
return
model
1138
1139
1140
def
flops_selective_scan_fn(
Callers
nothing calls this directly
Calls
1
ZigMa
Class · 0.85
Tested by
no test coverage detected