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

Function zigma_l_1

model_zigma.py:1100–1102  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

1098
1099
1100def zigma_l_1(**kwargs):
1101 model = ZigMa(patch_size=1, embed_dim=1024, depth=48, **kwargs)
1102 return model
1103
1104
1105def zigma_l_2(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected