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

Function zigma_b_1

model_zigma.py:1085–1087  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

1083
1084
1085def zigma_b_1(**kwargs):
1086 model = ZigMa(patch_size=1, embed_dim=768, depth=24, **kwargs)
1087 return model
1088
1089
1090def zigma_b_2(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected