|
OCR Project
|
Full CNN state: weights, gradients, momentum buffers, activations. More...
#include <cnn.h>

Public Attributes | |
| CNNWeights | weights |
| CNNWeights | grads |
| CNNWeights | velocity |
| CNNActivations | act |
| int | batch_count |
Full CNN state: weights, gradients, momentum buffers, activations.
| CNNActivations CNN::act |
Forward-pass activations.
| int CNN::batch_count |
Number of backward() calls since last update().
| CNNWeights CNN::grads |
Accumulated gradients (reset each batch).
| CNNWeights CNN::velocity |
Momentum velocity buffer.
| CNNWeights CNN::weights |
Current learnable parameters.