MCPcopy Create free account
hub / github.com/BorealisAI/scaleformer / forward

Method forward

models/NHits.py:113–115  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

111 self.repeats = repeats
112
113 def forward(self, x):
114 x = x.unsqueeze(-1).repeat(1, 1, self.repeats) # <------------ Mejorar?
115 return x
116
117class Chomp1d(nn.Module):
118 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected