ShaoqingRen / SPP_net

SPP_net : Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
363 stars 236 forks source link

SPP_net must run by CUDA5.5,or Can still run byCUDA6.5 #39

Closed ericeiffel closed 9 years ago

ericeiffel commented 9 years ago

I had install Cuda6.5 and new caffe version,so I want to sure SPP can still run OK? SPP mex is based on Cuda5.5?

ShaoqingRen commented 9 years ago

Yes, the provide mex is compiled with cuda 5.5. The new caffe verision can be compiled with any cuda version.

ericeiffel commented 9 years ago

Thank U ~ I will try cuda5.5 ^_^