Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeformRobotics/OTS
/ forward
Method
forward
models/ots.py:76–78 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
74
nn.init.normal_(self.fc.weight, std=0.01)
75
76
def
forward(self, x):
77
out = self.fc(x)
78
return
out
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected