MCPcopy Create free account
hub / github.com/Anoise/WTFlib / decode

Method decode

LDPS_Graph/layers/utils.py:309–311  ·  view source on GitHub ↗
(self, x, sample_idx=None)

Source from the content-addressed store, hash-verified

307 return x
308
309 def decode(self, x, sample_idx=None):
310 x = (x * (self.std + self.eps)) + self.mean
311 return x
312
313 def cuda(self):
314 self.mean = self.mean.cuda()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected