Change split name to train for segmentation csv
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ configs:
|
|
37 |
path: identification_val.csv
|
38 |
- config_name: trait_segmentation
|
39 |
data_files:
|
40 |
-
- split:
|
41 |
path: segmentation_data.csv
|
42 |
---
|
43 |
|
|
|
37 |
path: identification_val.csv
|
38 |
- config_name: trait_segmentation
|
39 |
data_files:
|
40 |
+
- split: train
|
41 |
path: segmentation_data.csv
|
42 |
---
|
43 |
|