giangnguyen2412 / Neural-Baby-Talk-python3

NBT with some changes to run smoothly with python3
MIT License
16 stars 3 forks source link

is it possible to use gtx2060 #14

Closed uchchwas1 closed 4 years ago

uchchwas1 commented 4 years ago

For cuda 9.0 have to install nvidia drive ( 348-396). But, For 2060 all available drivers are above 400. Can i install cuda 9.0, cudnn 7.3 and nvidia driver 415?

townim-faisal commented 4 years ago

Yes it is possible, but before compile the roi_align with provided environment's version of cuda 9.0, cudnn 7.3 in system, then copy that compiled version to your main folder. Then you can run anything in the provided conda environment. It will not conflict if your system has cuda 10.1.

uchchwas1 commented 4 years ago

Thank you, you save my day :+1: