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

Function zigma_b_2

model_zigma.py:1090–1092  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

1088
1089
1090def zigma_b_2(**kwargs):
1091 model = ZigMa(patch_size=2, embed_dim=768, depth=24, **kwargs)
1092 return model
1093
1094
1095def zigma_b_4(**kwargs):

Callers

nothing calls this directly

Calls 1

ZigMaClass · 0.85

Tested by

no test coverage detected