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

Function zigma_l_4

model_zigma.py:1110–1112  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

1108
1109
1110def zigma_l_4(**kwargs):
1111 model = ZigMa(patch_size=4, embed_dim=1024, depth=48, **kwargs)
1112 return model
1113
1114
1115def zigma_m_2(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected