Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PeizeSun/SparseR-CNN
/ after_step
Method
after_step
detectron2/engine/hooks.py:195–197 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
193
self.max_iter = self.trainer.max_iter
194
195
def
after_step(self):
196
# No way to use **kwargs
197
self.step(self.trainer.iter)
198
199
200
class
LRScheduler(HookBase):
Callers
nothing calls this directly
Calls
1
step
Method · 0.45
Tested by
no test coverage detected