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

Class HighDimensionalModel

models/model.py:20–27  ·  view source on GitHub ↗

Base network for all spatio (temporal) chromatic sparse convnet

Source from the content-addressed store, hash-verified

18
19
20class HighDimensionalModel(Model):
21 """
22 Base network for all spatio (temporal) chromatic sparse convnet
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

no outgoing calls

Tested by

no test coverage detected