From 94199af4c4956368807ac31cdc9d5d51346ea8ae Mon Sep 17 00:00:00 2001 From: Jacek Cyranka Date: Fri, 6 Oct 2023 19:20:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b4a4ab..0f1b924 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Download data (do it first) - `python3 src/download_data.py` -The benchmark datasets will be downloaded to `data/` dir, e.g., `data/hopper_medium_dense/dataset_large.hdf5`. +The benchmark datasets will be downloaded to `data/` dir, e.g., `data/hopper_medium_dense/dataset_large.hdf5`, or download manually from https://drive.google.com/drive/folders/1IfAHpka3hu2kM4j6ebzAPnGpLpSMnTlf?usp=drive_link ### run models - `python3 src/train_py --problem_spec_name X --model_instance Y []`