MCPcopy
hub / github.com/hustvl/Vim / run_step

Method run_step

det/detectron2/engine/train_loop.py:192–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

190 h.after_step()
191
192 def run_step(self):
193 raise NotImplementedError
194
195 def state_dict(self):
196 ret = {"iteration": self.iter}

Callers 1

trainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected