Closed shaunkheng97 closed 3 years ago
I remembered this mistake when I set a conda environment long time ago, it could be the pytorch and cuda is not installed properly. first, you need to check the return of 'torch.cuda.is_available()', if it returns False, it means that the your pytorch and cuda has some issues, probably they are imcompatible, you need to reinstall pytorch; if it returns True, then it could be other problems.
@shaunkheng97 I am also facing this issue. How did you solve it?
Does anyone have this issue after installing spconv?