Open fidodido2503 opened 5 years ago
I find this line went wrong forward_maxpool_layer_kernel << <cuda_gridsize(n), BLOCK >> > (n, layer.h, layer.w, layer.c, layer.stride, layer.size, layer.pad, state.input, layer.output_gpu, layer.indexes_gpu);
@fidodido2503 What is wrong in this line?
When I increase the image size ,the detection result is not right. And in Windows 10 result is right, But in Ubuntu 16.04, program get wrong result. I tested image size(1920,1088), and the GPU version.