MCPcopy
hub / github.com/princeton-vl/RAFT / close

Method close

train.py:132–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 self.writer.add_scalar(key, results[key], self.total_steps)
131
132 def close(self):
133 self.writer.close()
134
135
136def train(args):

Callers 2

trainFunction · 0.95
writeFlowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected