Closed nicolasH1027 closed 3 years ago
Are you sure this is related to PyG? Does your model work as expected when swapping out GCNConv
with torch.nn.Linear
? I'm asking because it seems that there exists multiple people with this issue using PyTorch >= 1.8.0, see https://discuss.pytorch.org/t/cuda-error-cublas-status-internal-error-when-calling-cublascreate-handle/114341/4.
Hi, thanks for your suggestion. I think its the pytorch issue. By the way, does the pytorch_geometric support torch1.8.1+cu102? I'm thinking about which version should i switch to.
Are you sure this is related to PyG? Does your model work as expected when swapping out
GCNConv
withtorch.nn.Linear
? I'm asking because it seems that there exists multiple people with this issue using PyTorch >= 1.8.0, see https://discuss.pytorch.org/t/cuda-error-cublas-status-internal-error-when-calling-cublascreate-handle/114341/4.
Yes, PyTorch 1.8.1 is fully-supported by the 1.8.0 wheels.
🐛 Bug
To Reproduce
My model looks the following, for the basicmodule, its just a class that with torch.load and torch.save method.
Error
If I run the code on 1080ti, everything is fine. However, if I run the code on 2080ti, I got the following error
Environment
Additional context
It's really wield that the code can run on 1080ti but not on 2080ti. The dataset i used here is cora.