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

Method init_embedding

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

Source from the content-addressed store, hash-verified

45 self.output = self.init_output(output_config)
46
47 def init_embedding(self, config):
48 return init_embedding(config)
49
50 def init_encoder(self, config):
51 self.encoder = Encoder(config)

Callers 1

init_weightsMethod · 0.95

Calls 1

init_embeddingFunction · 0.90

Tested by

no test coverage detected