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

Method __init__

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

Source from the content-addressed store, hash-verified

72
73class Encoder(nn.Module):
74 def __init__(self, config):
75 super().__init__()
76 self.config = config
77 self.blocks = self.init_blocks(config)
78
79 def init_blocks(self, config):
80 blocks = []

Callers

nothing calls this directly

Calls 2

init_blocksMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected