Joseph Redmon
2016-06-02 ec3d050a76ee8c41f35c4531d3fa07a2d9c28ed3
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;