AILab-CVC / UniRepLKNet

[CVPR'24] UniRepLKNet: A Universal Perception Large-Kernel ConvNet for Audio, Video, Point Cloud, Time-Series and Image Recognition
https://arxiv.org/abs/2311.15599
Apache License 2.0
860 stars 52 forks source link

It's stuck in the./setup.py install --user step #19

Open Changee-git opened 3 days ago

Changee-git commented 3 days ago

I'm using a Windows 10 operating system, and I'm sure the system variable for CUDA_HOME is set to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.5.

Screenshot 2024-07-03 093924

But as you can see, it's always giving me an error and I can't go to the next step. I don't know what the problem is. Is it a problem with my windows system? Has anyone been able to successfully install it on windows?

Changee-git commented 3 days ago

I got it. The reason is that my pytorch version and cuda version do not match, so cuda cannot be used // torch.cuda.is_available() is false //.So I updated the latest version of pytorch to compile. But there seems to be a problem with the compilation process. image

Changee-git commented 19 hours ago

image I tried so many times... And I have no clue what's going on ...

invictus717 commented 12 hours ago

These codes are tested under python 3.8 & python 3.9 with Linux OS, we suggest you would better not use Windows to reproduce our experiments.