Skip to content

Latest commit

 

History

History
82 lines (49 loc) · 1.75 KB

02_download_datasets.md

File metadata and controls

82 lines (49 loc) · 1.75 KB

Download datasets


1. TU datasets

Nothing to do. The TU datasets are automatically downloaded.


2. MNIST/CIFAR10 super-pixel datasets

MNIST size is 1.39GB and CIFAR10 size is 2.51GB.

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

Script script_download_superpixels.sh is located here. Codes to reproduce the datasets for MNIST and for CIFAR10.


3. ZINC molecular dataset

ZINC size is 58.9MB.

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

Script script_download_molecules.sh is located here. Code to reproduce the ZINC dataset is here.


4. PATTERN/CLUSTER SBM datasets

PATTERN size is 1.60GB and CLUSTER size is 1.26GB.

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

Script script_download_SBMs.sh is located here. Codes to reproduce the datasets for PATTERN and for CLUSTER.


5. TSP dataset

TSP size is 1.87GB.

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

Script script_download_TSP.sh is located here. Codes to reproduce the TSP dataset is here.


6. All datasets

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

Script script_download_all_datasets.sh is located here.