MCPcopy Create free account
hub / github.com/HazyResearch/spacetime / __init__

Method __init__

model/block.py:102–105  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

100 nn.Sequential and multiple outputs)
101 """
102 def __init__(self, config):
103 super().__init__()
104 self.config = config
105 self.blocks = self.init_blocks(config)
106
107 def init_blocks(self, config):
108 return ClosedLoopBlock(**config['blocks'][0])

Callers

nothing calls this directly

Calls 2

init_blocksMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected