zwx8981 / TCSVT-2022-BVQA

Blindly Assess Quality of In-the-Wild Videos via Quality-aware Pre-training and Motion Perception
Apache License 2.0
46 stars 6 forks source link

Inappropriate usage of ".cuda()" #20

Open Ali-Flt opened 1 year ago

Ali-Flt commented 1 year ago

Hi, You have used .cuda() in many places in your code without checking if the device has any GPUs or not. Therefore, your code does not run on CPU. So far I've seen this issue in both spatial and motion feature extractors.