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

Method init_output

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

Source from the content-addressed store, hash-verified

60 return self.decoder
61
62 def init_output(self, config):
63 return init_mlp(config)
64
65 # -------------
66 # Toggle things

Callers 1

init_weightsMethod · 0.95

Calls 1

init_mlpFunction · 0.90

Tested by

no test coverage detected