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

Function zigma_m_4

model_zigma.py:1120–1122  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

1118
1119
1120def zigma_m_4(**kwargs):
1121 model = ZigMa(patch_size=4, embed_dim=768, depth=48, **kwargs)
1122 return model
1123
1124
1125def zigma_h_1(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected