MCPcopy Create free account
hub / github.com/PeizeSun/SparseR-CNN / after_step

Method after_step

detectron2/engine/train_loop.py:163–165  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161 h.before_step()
162
163 def after_step(self):
164 for h in self._hooks:
165 h.after_step()
166
167 def run_step(self):
168 raise NotImplementedError

Callers 1

trainMethod · 0.95

Calls 1

after_stepMethod · 0.45

Tested by

no test coverage detected