Minor fix for mAP calculation during training

This commit is contained in:
AlexeyAB
2018-12-27 00:30:05 +03:00
parent 95773cfb42
commit dc827f4c1c
4 changed files with 42 additions and 29 deletions

View File

@ -156,6 +156,7 @@ int get_network_nuisance(network net);
int get_network_background(network net);
YOLODLL_API void fuse_conv_batchnorm(network net);
YOLODLL_API void calculate_binary_weights(network net);
network combine_train_valid_networks(network net_train, network net_map);
#ifdef __cplusplus
}