Open Ali-Flt opened 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.
.cuda()
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.