src/imagenet.c @@ -2,6 +2,10 @@ #include "utils.h" #include "parser.h" #ifdef OPENCV #include "opencv2/highgui/highgui_c.h" #endif void train_imagenet(char *cfgfile, char *weightfile) { data_seed = time(0);