mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Loss-graph store automatically (iterations == max_batches) at the end of training
This commit is contained in:
@ -99,7 +99,7 @@ void train_detector(char *datacfg, char *cfgfile, char *weightfile, int *gpus, i
|
||||
args.hue = net.hue;
|
||||
|
||||
#ifdef OPENCV
|
||||
args.threads = 7;
|
||||
args.threads = 3;
|
||||
IplImage* img = NULL;
|
||||
float max_img_loss = 5;
|
||||
int number_of_lines = 100;
|
||||
|
Reference in New Issue
Block a user