Skip to content

Commit

Permalink
set split to all
Browse files Browse the repository at this point in the history
  • Loading branch information
quqixun committed Feb 2, 2023
1 parent 90fd513 commit 0c6c627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ cd BioMassters

```bash
s3_node=as # options: as, us, eu
split=test # options: train, test, all
split=all # download specific dataset, options: train, test, all
# set split to test for predicting only
# set split to train for training only
# set split to all otherwise
download_root=./data/source
features_metadata=./data/information/features_metadata_FzP19JI.csv
training_labels_metadata=./data/information/train_agbm_metadata.csv
Expand Down
2 changes: 1 addition & 1 deletion scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


s3_node=as
split=test
split=all
download_root=./data/source
features_metadata=./data/information/features_metadata_FzP19JI.csv
training_labels_metadata=./data/information/train_agbm_metadata.csv
Expand Down

0 comments on commit 0c6c627

Please sign in to comment.