MCPcopy 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
1070def zigma_s_2(**kwargs):
1071 model = ZigMa(patch_size=2, embed_dim=368, depth=24, **kwargs)
1072 return model
1073
1074
1075def zigma_s_1(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected