human-pose-estimation.pytorch
human-pose-estimation.pytorch copied to clipboard
Connecting CUDA in anaconda
Hi all, i have a problem when connect cuda with the codes by running "make" in (ROOT)/lib.
They search cuda path at the host (e.g. /usr/local/cuda-9.0/), but in anaconda environment, we dont have the path at the host. The simplest way to solve this problem is just installing cuda at the host, but i don't want that.
Is there any tips to connect cuda in anaconda when running this codes??