Jeremy Brown
Results
1
comments of
Jeremy Brown
For cudNN 7.x and CUDA 9.x compatibility, make the following change in cudnn.cpp, replace lines 167-169 with the following: CUDNN_CHECK(cudnnSetConvolution2dDescriptor( conv_desc, pad_y, pad_x, stride_y, stride_x, 1, 1, CUDNN_CONVOLUTION, CUDNN_DATA_FLOAT ));...