PyTorch-EMDLoss
PyTorch-EMDLoss copied to clipboard
OSError: CUDA_HOME environment variable is not set
hi, when i run the setup.py, came across this issus. how can i slove it?
Just add the line in your .bashrc to configurate your cuda environment: export CUDA_HOME=/usr/local/cuda and source ~/.bashrc