MCPcopy Create free account
hub / github.com/RozDavid/UnScene3D / __init__

Method __init__

models/model.py:25–27  ·  view source on GitHub ↗
(self, in_channels, out_channels, config, D, **kwargs)

Source from the content-addressed store, hash-verified

23 """
24
25 def __init__(self, in_channels, out_channels, config, D, **kwargs):
26 assert D > 4, "Num dimension smaller than 5"
27 super().__init__(in_channels, out_channels, config, D, **kwargs)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected