Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 350 Bytes

02_download_datasets.md

File metadata and controls

18 lines (12 loc) · 350 Bytes

Download datasets

OGBG-MOL* datasets are automatically downloaded from OGB. For ZINC, use the following script.


1. ZINC molecular dataset

ZINC size is 58.9MB.

# At the root of the project
cd data/ 
bash script_download_ZINC.sh

Script script_download_ZINC.sh is located here.