darknet parse all net to be tested

This commit is contained in:
Francesco Gatti
2020-06-01 12:22:55 +02:00
parent d8fbee58d8
commit d2e2669b6d
74 changed files with 560 additions and 4940 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ Network::Network(dataDim_t input_dim) {
}
Network::~Network() {
for(int i=0; i<num_layers; i++)
delete layers[i];
checkCUDNN( cudnnDestroy(cudnnHandle) );
checkERROR( cublasDestroy(cublasHandle) );
}