AlexeyAB
2018-03-04 c123f320fcc2212f1d3b59a4d3d2ae6be71cf1e6
src/network.h
@@ -21,7 +21,7 @@
    float *workspace;
    int n;
    int batch;
   uint64_t *seen;
   int *seen;
    float epoch;
    int subdivisions;
    float momentum;
@@ -64,6 +64,7 @@
    #ifdef GPU
    float **input_gpu;
    float **truth_gpu;
   int wait_stream;
    #endif
} network;