Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.80
multi_process_evaluation
Method · 0.80
multi_process_evaluation
Method · 0.80
Calls
no outgoing calls
Tested by
1
multi_process_evaluation
Method · 0.64