Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BorealisAI/scaleformer
/ forward
Method
forward
models/NHitsMS.py:114–115 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
112
self.network = nn.Sequential(*layers)
113
114
def
forward(self, x):
115
return
self.network(x)
116
117
class
RepeatVector(nn.Module):
118
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected