mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Minor fix - filename of chart (Loss & TopK) - training Classifier
This commit is contained in:
@ -120,7 +120,7 @@ void train_classifier(char *datacfg, char *cfgfile, char *weightfile, int *gpus,
|
||||
int number_of_lines = 100;
|
||||
int img_size = 1000;
|
||||
char windows_name[100];
|
||||
sprintf(windows_name, "average loss (id:%d)", random_gen());
|
||||
sprintf(windows_name, "chart_%s.png", base);
|
||||
if (!dontuse_opencv) img = draw_train_chart(windows_name, max_img_loss, net.max_batches, number_of_lines, img_size, dont_show, chart_path);
|
||||
#endif //OPENCV
|
||||
|
||||
|
Reference in New Issue
Block a user