graphdeeplearning / graphtransformer

Graph Transformer Architecture. Source code for "A Generalization of Transformer Networks to Graphs", DLG-AAAI'21.
https://arxiv.org/abs/2012.09699
MIT License
872 stars 134 forks source link

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

Closed gaoliming123 closed 3 years ago

gaoliming123 commented 3 years ago

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

vijaydwivedi75 commented 3 years ago

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