graphdeeplearning / graphtransformer

Graph Transformer Architecture. Source code for "A Generalization of Transformer Networks to Graphs", DLG-AAAI'21.

Home Page:https://arxiv.org/abs/2012.09699

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileNotFoundError: [Errno 2] No such file or directory: 'data/molecules/ZINC.pkl'

gaoliming123 opened this issue · comments

I run the command:

python main_molecules_graph_regression.py --config 'configs/molecules_GraphTransformer_LapPE_ZINC_500k_sparse_graph_BN.json' # for CPU

but get this error:

FileNotFoundError: [Errno 2] No such file or directory: 'data/molecules/ZINC.pkl'

where i can download the file

Hi @gaoliming123,
Use the instruction at this step to download the datasets, and then run the command.