MCPcopy Create free account
hub / github.com/MCG-NJU/VideoMAE / flush

Method flush

utils.py:187–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185 self.writer.add_scalar(head + "/" + k, v, self.step if step is None else step)
186
187 def flush(self):
188 self.writer.flush()
189
190def seed_worker(worker_id):
191 worker_seed = torch.initial_seed() % 2**32

Callers 2

mainFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected