MCPcopy 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
1080def zigma_s_4(**kwargs):
1081 model = ZigMa(patch_size=4, embed_dim=368, depth=24, **kwargs)
1082 return model
1083
1084
1085def zigma_b_1(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected