MCPcopy Create free account
hub / github.com/FoundationVision/ByteTrack / train

Method train

yolox/core/trainer.py:69–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 )
68
69 def train(self):
70 self.before_train()
71 try:
72 self.train_in_epoch()
73 except Exception:
74 raise
75 finally:
76 self.after_train()
77
78 def train_in_epoch(self):
79 for self.epoch in range(self.start_epoch, self.max_epoch):

Callers 4

mainFunction · 0.95
before_trainMethod · 0.80
train_one_epochFunction · 0.80

Calls 3

before_trainMethod · 0.95
train_in_epochMethod · 0.95
after_trainMethod · 0.95

Tested by

no test coverage detected