MCPcopy Create free account
hub / github.com/ActiveVisionLab/DFNet / on_batch_begin

Function on_batch_begin

script/dm/callbacks.py:13–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 def on_epoch_begin(self): pass
12 def on_epoch_end(self): pass
13 def on_batch_begin(self): pass
14 def on_batch_end(self): pass
15 def on_loss_begin(self): pass
16 def on_loss_end(self): pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected