Hi DGL community,
I’m very new to this community and DGL. I’ve been working on DGL lifesci examples to learn about the library. I managed to run tox21 example but when I was running pdbbind example I came across this error.
File “/home/ok/anaconda3/envs/dgl/lib/python3.7/site-packages/torch/functional.py”, line 682, in _unique_impl
return_counts=return_counts,
RuntimeError: radix_sort: failed on 2nd step: cudaErrorInvalidValue: invalid argument
since tox21 ran without this problem, I’m suspecting my cuda setting is ok (CUDA 11.0)
and also I’m using pdbbind2015 dataset so I’m believing dataset is also ok
and I can not figure out where the error is coming from…
Is there anyone with same problem?