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

Function zigma_b_4

model_zigma.py:1095–1097  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

1093
1094
1095def zigma_b_4(**kwargs):
1096 model = ZigMa(patch_size=4, embed_dim=768, depth=24, **kwargs)
1097 return model
1098
1099
1100def zigma_l_1(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected