hulianyuyy / CorrNet

Continuous Sign Language Recognition with Correlation Network (CVPR 2023)
84 stars 14 forks source link

Torch not compiled with CUDA #25

Closed nausherwan-malik closed 7 months ago

nausherwan-malik commented 7 months ago

Can this code run without the use of GPUs? I am trying to run this code on my laptop which does not have a dedicated GPU. I am repeatedly getting an error. I know that the code has been made compatible for parallel computing. However, whenever the code passes through Processor > device, it gives out the error mentioned above.

hulianyuyy commented 7 months ago

This code now can only be run on a GPU. In fact, even on a GPU, it costs more than a day, and costs more on CPUs.

---Original--- From: @.> Date: Fri, Dec 1, 2023 22:31 PM To: @.>; Cc: @.***>; Subject: [hulianyuyy/CorrNet] Torch not compiled with CUDA (Issue #25)

Can this code run without the use of GPUs? I am trying to run this code on my laptop which does not have a dedicated GPU. I am repeatedly getting an error. I know that the code has been made compatible for parallel computing. However, whenever the code passes through Processor > device, it gives out the error mentioned above.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

nausherwan-malik commented 7 months ago

ok. thanks