mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
tree stuff
This commit is contained in:
@ -565,7 +565,6 @@ float *network_accuracies(network net, data d, int n)
|
||||
return acc;
|
||||
}
|
||||
|
||||
|
||||
float network_accuracy_multi(network net, data d, int n)
|
||||
{
|
||||
matrix guess = network_predict_data_multi(net, d, n);
|
||||
|
Reference in New Issue
Block a user