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

Method __init__

models/NHitsMS.py:123–125  ·  view source on GitHub ↗
(self, repeats)

Source from the content-addressed store, hash-verified

121 : repeats: int, the number of repetitions for the vector.
122 """
123 def __init__(self, repeats):
124 super(RepeatVector, self).__init__()
125 self.repeats = repeats
126
127 def forward(self, x):
128 x = x.unsqueeze(-1).repeat(1, 1, self.repeats) # <------------ Mejorar?

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected