MCPcopy Create free account
hub / github.com/CompVis/zigma / zigma_s_1

Function zigma_s_1

model_zigma.py:1075–1077  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

1073
1074
1075def zigma_s_1(**kwargs):
1076 model = ZigMa(patch_size=1, embed_dim=368, depth=24, **kwargs)
1077 return model
1078
1079
1080def zigma_s_4(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected