mirror of https://github.com/AlexeyAB/darknet.git
Merge branch 'master' of github.com:AlexeyAB/darknet
This commit is contained in:
commit
90004c119d
|
@ -256,7 +256,6 @@ void train_classifier(char *datacfg, char *cfgfile, char *weightfile, int *gpus,
|
||||||
if(labels) free(labels);
|
if(labels) free(labels);
|
||||||
free_ptrs((void**)paths, plist->size);
|
free_ptrs((void**)paths, plist->size);
|
||||||
free_list(plist);
|
free_list(plist);
|
||||||
free(nets);
|
|
||||||
free(base);
|
free(base);
|
||||||
|
|
||||||
free_list_contents_kvp(options);
|
free_list_contents_kvp(options);
|
||||||
|
|
Loading…
Reference in New Issue