|
MiniDNN
|
#include <VerboseCallback.h>
Public Member Functions | |
| void | post_training_batch (const Network *net, const Matrix &x, const Matrix &y) |
| void | post_training_batch (const Network *net, const Matrix &x, const IntegerVector &y) |
Public Member Functions inherited from MiniDNN::Callback | |
| virtual void | pre_training_batch (const Network *net, const Matrix &x, const Matrix &y) |
| virtual void | pre_training_batch (const Network *net, const Matrix &x, const IntegerVector &y) |
Additional Inherited Members | |
Public Attributes inherited from MiniDNN::Callback | |
| int | m_nbatch |
| int | m_batch_id |
| int | m_nepoch |
| int | m_epoch_id |
Callback function that prints the loss function value in each mini-batch training
Definition at line 18 of file VerboseCallback.h.