Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TrustAGI-Lab/MTGODE
/ forward
Method
forward
model.py:15–18 ·
view source on GitHub ↗
(self, t, x)
Source
from the content-addressed store, hash-verified
13
self.nfe = 0
14
15
def
forward(self, t, x):
16
self.nfe += 1
17
x = self.stnet(x)
18
return
x
19
20
21
class
ODEBlock(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected