MCPcopy Create free account
hub / github.com/VCIP-RGBD/DFormer / start

Method start

utils/train.py:70–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 self.first_call = True
69
70 def start(self):
71 torch.cuda.synchronize()
72 self.start_time = time.perf_counter()
73
74 def stop(self):
75 if self.start_time is None:

Callers 3

train.pyFile · 0.80

Calls

no outgoing calls

Tested by 1