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

Function __init__

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

Source from the content-addressed store, hash-verified

6def Callback():
7 #TODO: Callback func. https://dzlab.github.io/dl/2019/03/16/pytorch-training-loop/
8 def __init__(self): pass
9 def on_train_begin(self): pass
10 def on_train_end(self): pass
11 def on_epoch_begin(self): pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected