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

Method __init__

models/NHitsMS.py:207–208  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

205# Cell
206class _ExogenousBasisInterpretable(nn.Module):
207 def __init__(self):
208 super().__init__()
209
210 def forward(self, theta: t.Tensor, insample_x_t: t.Tensor, outsample_x_t: t.Tensor) -> Tuple[t.Tensor, t.Tensor]:
211 backcast_basis = insample_x_t

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected