OrangeCat7777777
Results
2
issues of
OrangeCat7777777
I'm trying to run the "Property Prediction" tutorial (https://torchdrug.ai/docs/tutorials/property_prediction.html), but I encounter the following error: ``` Traceback (most recent call last): File "/mnt/petrelfs/weili/test.py", line 9, in from torchdrug import core,...
When trying to run train pipeline with the following config ``` path: ./data/crossdocked_pocket10 split: ./data/crossdocked_split.pt ``` where crossdocked data is downloaded from the provided Zenodo link, I encounterd the following...