yolo3 debug start

This commit is contained in:
Francesco Gatti
2018-12-19 19:39:31 +01:00
parent dc55874f14
commit bc0ea65766
4 changed files with 841 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ void printDeviceVector(int size, dnnType* vec_d, bool device)
int checkResult(int size, dnnType *data_d, dnnType *correct_d, bool device) {
dnnType *data_h, *correct_h;
const float eps = 0.001f;
const float eps = 0.02f;
if(device) {
data_h = new dnnType[size];