MCPcopy Create free account
hub / github.com/HazyResearch/spacetime / set_train

Method set_train

model/network.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 self.decoder.blocks.ssm.closed_loop = mode
74
75 def set_train(self):
76 self.train()
77
78 def set_eval(self):
79 self.eval()

Callers 1

shared_stepFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected