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

Method init_decoder

model/network.py:56–60  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

54 return self.encoder
55
56 def init_decoder(self, config):
57 self.decoder = Decoder(config)
58 self.decoder.blocks.ssm.lag = self.lag
59 self.decoder.blocks.ssm.horizon = self.horizon
60 return self.decoder
61
62 def init_output(self, config):
63 return init_mlp(config)

Callers 1

init_weightsMethod · 0.95

Calls 1

DecoderClass · 0.90

Tested by

no test coverage detected