Loading...
Searching...
No Matches
opennn::Optimizer::EpochStats Struct Reference
Aggregated per-epoch error and accuracy returned by training/evaluation passes. More...
#include <optimizer.h>
Public Attributes | |
| float | error = 0.0f |
| float | accuracy = 0.0f |
Detailed Description
Aggregated per-epoch error and accuracy returned by training/evaluation passes.
Member Data Documentation
◆ accuracy
| float opennn::Optimizer::EpochStats::accuracy = 0.0f |
◆ error
| float opennn::Optimizer::EpochStats::error = 0.0f |