Monitors - SkyWorld117/DianoiaML.jl GitHub Wiki
Functionality
The monitors are designed to display the total loss in a whole epoch of training process. The current framework supports Absolute
and Classification
.
Absolute
Absolute
calculates all the loss between output data and the dataset.
Classification
Classification
counts the number of wrong classifications.