MCPcopy Index your code
hub / github.com/Standard-Intelligence/hertz-dev / unprocess

Method unprocess

tokenizer.py:528–529  ·  view source on GitHub ↗
(self, latent)

Source from the content-addressed store, hash-verified

526 return self.latent_from_data(x)
527
528 def unprocess(self, latent):
529 return self.data_from_latent(latent)
530
531 def forward(self, audio_input):
532 x = self.encode(audio_input)

Callers

nothing calls this directly

Calls 1

data_from_latentMethod · 0.95

Tested by

no test coverage detected