Hi, while training the model, I constantly get this warning:
UserWarning: User provided device_type of ‘cuda’, but CUDA is unavailable. Disabling warnings.warn(‘User provided device_type of ‘cuda’, but CUDA is not available. Disabling’)
which seems to indicate that I am running something on CUDA but my whole code has been running on the CPU. To prove that, I checked the .is_cuda property of all my tensors and is False.
dgl==0.9.0
torch==1.10.1