mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
mAP calculation during training, if is used flag -map
This commit is contained in:
@ -377,6 +377,9 @@ void set_batch_network(network *net, int b)
|
||||
}
|
||||
*/
|
||||
}
|
||||
else if (net->layers[i].type == MAXPOOL) {
|
||||
cudnn_maxpool_setup(net->layers + i);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user