mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fixed mAP chart during training for CUDNN=1
This commit is contained in:
@ -145,6 +145,7 @@ YOLODLL_API void reset_rnn(network *net);
|
||||
YOLODLL_API network *load_network_custom(char *cfg, char *weights, int clear, int batch);
|
||||
YOLODLL_API network *load_network(char *cfg, char *weights, int clear);
|
||||
YOLODLL_API float *network_predict_image(network *net, image im);
|
||||
YOLODLL_API float validate_detector_map(char *datacfg, char *cfgfile, char *weightfile, float thresh_calc_avg_iou, const float iou_thresh, network *existing_net);
|
||||
YOLODLL_API void train_detector(char *datacfg, char *cfgfile, char *weightfile, int *gpus, int ngpus, int clear, int dont_show, int calc_map);
|
||||
YOLODLL_API int network_width(network *net);
|
||||
YOLODLL_API int network_height(network *net);
|
||||
|
Reference in New Issue
Block a user