MCPcopy Create free account
hub / github.com/cure-lab/LTSF-Linear / cpu

Method cpu

FEDformer/layers/utils.py:292–294  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

290 self.std = self.std.cuda()
291
292 def cpu(self):
293 self.mean = self.mean.cpu()
294 self.std = self.std.cpu()
295
296# normalization, Gaussian
297class GaussianNormalizer(object):

Callers

nothing calls this directly

Calls 1

cpuMethod · 0.45

Tested by

no test coverage detected