Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dzako committed Oct 6, 2023
1 parent ca79d49 commit 94199af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <configuration_name> <checkpoint_name> <noload|load_last|load_best> --problem_spec_name X --model_instance Y [<other model/workflow dependent arguments>]`
Expand Down

0 comments on commit 94199af

Please sign in to comment.