src/network.h
@@ -7,7 +7,7 @@ #include "data.h" typedef enum { CONSTANT, STEP, EXP, POLY, STEPS, SIG CONSTANT, STEP, EXP, POLY, STEPS, SIG, RANDOM } learning_rate_policy; typedef struct network{ @@ -37,6 +37,7 @@ int inputs; int h, w, c; int max_crop; int min_crop; #ifdef GPU float **input_gpu;