Skip to content

Commit

Permalink
added missing manifest file arg to owkin offline configs (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig authored Mar 18, 2024
1 parent 41147ee commit dbcbb94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/vision/owkin/phikon/offline/bach.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ data:
class_path: eva.data.datasets.classification.EmbeddingsDataset
init_args: &DATASET_ARGS
root: *EMBEDDINGS_DIR
manifest_file: manifest.csv
split: train
column_mapping:
path: embedding
Expand Down
1 change: 1 addition & 0 deletions configs/vision/owkin/phikon/offline/crc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ data:
class_path: eva.data.datasets.classification.EmbeddingsDataset
init_args: &DATASET_ARGS
root: *EMBEDDINGS_DIR
manifest_file: manifest.csv
split: train
column_mapping:
path: embedding
Expand Down
1 change: 1 addition & 0 deletions configs/vision/owkin/phikon/offline/mhist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ data:
class_path: eva.data.datasets.classification.EmbeddingsDataset
init_args: &DATASET_ARGS
root: *EMBEDDINGS_DIR
manifest_file: manifest.csv
split: train
column_mapping:
path: embedding
Expand Down
1 change: 1 addition & 0 deletions configs/vision/owkin/phikon/offline/patch_camelyon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ data:
class_path: eva.data.datasets.classification.EmbeddingsDataset
init_args: &DATASET_ARGS
root: *EMBEDDINGS_DIR
manifest_file: manifest.csv
split: train
column_mapping:
path: embedding
Expand Down

0 comments on commit dbcbb94

Please sign in to comment.