class documentation

Callback methods base class

CallBack methods are those methods which are called at the end of each epochs to perform certain tasks.

This is the base class for such callbacks. All callbacks need to inherit from this and implement the call method.

Method __init__ Undocumented
Method run Method that runs after each epoch