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

Function zigma_m_2

model_zigma.py:1115–1117  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

1113
1114
1115def zigma_m_2(**kwargs):
1116 model = ZigMa(patch_size=2, embed_dim=768, depth=48, **kwargs)
1117 return model
1118
1119
1120def zigma_m_4(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected