You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, would like to know is CUDA8.0 and CUDNN5.0 supported for FasterRCNN.
I have tested that it works for the latest Caffe model.
But when I 'make all' for the py-faster-rcnn, there are errors flagged during GPU compilation (mostly on the cuDNN related files for example:
caffe-fast-rcnn/src/caffe/layers/cudnn_conv_layer.cu,
caffe-fast-rcnn/src/caffe/layers/cudnn_tanh_layer.cu, etc
Thanks. Would like to know is there any workarounds for it.
The text was updated successfully, but these errors were encountered:
Hi, would like to know is CUDA8.0 and CUDNN5.0 supported for FasterRCNN.
I have tested that it works for the latest Caffe model.
But when I 'make all' for the py-faster-rcnn, there are errors flagged during GPU compilation (mostly on the cuDNN related files for example:
caffe-fast-rcnn/src/caffe/layers/cudnn_conv_layer.cu,
caffe-fast-rcnn/src/caffe/layers/cudnn_tanh_layer.cu, etc
Thanks. Would like to know is there any workarounds for it.
The text was updated successfully, but these errors were encountered: