longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

changing dependency from cuda 8 to cuda 9 #67

Open Ammarah-Farooq opened 6 years ago

Ammarah-Farooq commented 6 years ago

Hi, I have prepared my setup on my laptop with cuda 8. now I want to migrate it to system with cuda 9. I need guidance about the dependency. Is the code dependent on cuda version? if so, then how can we change it? can we install/keep two cuda versions at the same time?

thanks.