zeliu98 / CloserLook3D

A Closer Look at Local Aggregation Operators in Point Cloud Analysis(ECCV 2020)
MIT License
252 stars 36 forks source link

bugs in distributed training #11

Open cuge1995 opened 4 years ago

cuge1995 commented 4 years ago

we are using the Slurm Workload Manager, but when compile custom operators, bugs occur:

OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root.

I have googled, but cannot find a good solution. Can anyone help me ?

zeliu98 commented 4 years ago

Hi @cuge1995 , I'm not familiar with the Slurm Workload Manager. But as the error message says, can you check the CUDA_HOME in your environment and maybe it is not set correctly,