LogHistory ========== .. currentmodule:: deeplay.callbacks.history .. autoclass:: LogHistory :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~LogHistory.history ~LogHistory.step_history .. rubric:: Methods Summary .. autosummary:: ~LogHistory.on_train_batch_end ~LogHistory.on_train_epoch_end ~LogHistory.on_validation_epoch_end ~LogHistory.plot .. rubric:: Attributes Documentation .. autoattribute:: history .. autoattribute:: step_history .. rubric:: Methods Documentation .. automethod:: on_train_batch_end .. automethod:: on_train_epoch_end .. automethod:: on_validation_epoch_end .. automethod:: plot