Saga Fan

Results 7 comments of Saga Fan

Hi, I met the same problem when I was running the "quickstart" code on ubunte20.04. I used torch = 1.8.0 and python = 3.8 with cuda = 11.1.

if using jupyter notebook or jupyter lab, add the command %matplotlib inline after "from torchdrug import data" maybe useful.

> I finally got an installation that works. I think the key points were to be careful to use the supported version of PyTorch, install the correct torch-scatter for that...

I think this may caused by some coding problem in the drug_coding function in /DeepPurpose/utils.py ![image](https://user-images.githubusercontent.com/46614261/190955706-2d36f887-348a-4a85-a29b-3524137cd7cf.png)

Thank you for the reply, I cannot running the demo GNN code with same error. Followed is my script. I just changed the data_loader for my own dataset. I find...

Thank you for reply. I definited my own dataset, also ,the same error happened when I run the benchmark dataset. import os import pandas as pd import numpy as np...

Thank you for reply! I will try the examples later.