CornerNet-Lite
CornerNet-Lite copied to clipboard
Our Nvidia Driver is CUDA9.0
Hello, Thanks a lot for the excellent job from Princeton-VL, our system is based on the Nvidia-GPU driver of CUDA-9.0. Can I just directly try the open source code on my system with the configuration file change. Or should I upgrade my driver? Thanks a lot!
I only tested it with CUDA10 so I am not sure if it would run on CUDA9. I would recommend upgrading your driver if possible.
Hello. Did you successfully reproduce it?I also used cuda 9.0 ,but it made a mistake.
@yinyuhangi @momo1986 I have run the project on CUDA9 correctly with the following steps:
- conda create --name CornerNet_Lite --file conda_packagelist.txt --channel pytorch
- source activate CornerNet_Lite
- conda uninstall pytorch cuda100
- conda install pytorch=1.0.0 torchvision -c pytorch perfom the 4th step will install the following modules. pytorch pytorch/linux-64::pytorch-1.0.0-py3.7_cuda9.0.176_cudnn7.4.1_1 torchvision pytorch/noarch::torchvision-0.2.2-py_3 and you can run python demo.py to check ! hope to help you!
@chiminghui Thank you very much. I have run the project on cuda 10.1 correctly.
Thanks a lot!!!