Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/ViMoGen
/ elapsed_time
Method
elapsed_time
trainer/base_trainer.py:369–370 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
367
368
@property
369
def
elapsed_time(self):
370
return
self.end_time - self.start_time
371
372
def
__enter__(self):
373
torch.cuda.synchronize()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected