MCPcopy Create free account
hub / github.com/DragonisCV/RAM / reset_start_time

Method reset_start_time

ram/utils/logger.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 self.logger = get_root_logger()
67
68 def reset_start_time(self):
69 self.start_time = time.time()
70
71 @master_only
72 def __call__(self, log_vars):

Callers 1

train_pipelineFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected