Joseph Redmon
2016-06-19 08c7cf9c88befd845f00c00d85e40a9eead4b1b3
src/network.h
@@ -11,6 +11,7 @@
} learning_rate_policy;
typedef struct network{
    float *workspace;
    int n;
    int batch;
    int *seen;
@@ -49,6 +50,7 @@
    float *truth;
    float *input;
    float *delta;
    float *workspace;
    int train;
    int index;
    network net;