Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HazyResearch/spacetime
/ set_eval
Method
set_eval
model/network.py:78–80 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
self.train()
77
78
def
set_eval(self):
79
self.eval()
80
self.set_inference_only(mode=True)
81
82
def
set_lag(self, lag: int):
83
self.decoder.blocks.ssm.lag = lag
Callers
1
shared_step
Function · 0.80
Calls
1
set_inference_only
Method · 0.95
Tested by
no test coverage detected