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

Function zigma_l_2

model_zigma.py:1105–1107  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

1103
1104
1105def zigma_l_2(**kwargs):
1106 model = ZigMa(patch_size=2, embed_dim=1024, depth=48, **kwargs)
1107 return model
1108
1109
1110def zigma_l_4(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected