DaiShiResearch / TransNeXt

[CVPR 2024] Code release for TransNeXt model
Apache License 2.0
433 stars 15 forks source link

A Warning:/usr/bin/ld: skipping incompatible /usr/lib/libcuda.so when searching for -lcuda #24

Open LeoRainly opened 2 months ago

LeoRainly commented 2 months ago

I finish the environment following the guidence and requirements.txt, but when I train the net, a warning "/usr/bin/ld: skipping incompatible /usr/lib/libcuda.so when searching for -lcuda" emerged a lot of times before the training log. I want to know why and get rid of it.

Cuda version: Cuda compilation tools, release 11.5, V11.5.50 Thanks a lot .