Skip to content

Commit 4c93d92

Browse files
committed
specify validation key and fixed cross-val behavior
Signed-off-by: Daniël Nobbe <[email protected]>
1 parent 1c73906 commit 4c93d92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auto3dseg/docs/run_with_minimal_input.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ For the AutoRunner, you only need the `training` field with its list of training
3333
}
3434
3535
```
36-
In each training item, you can add a `fold` field (with an integer starting at 0) to pre-specify the cross-validation folds, otherwise the AutoRunner will generate its own folds. All trained algorithms will use the same generated or pre-specified folds, the file can be found in the `work_dir` folder that the AutoRunner generates.
36+
In each training item, you can add a `fold` field (with an integer starting at 0) to pre-specify the cross-validation folds, otherwise the AutoRunner will generate its own folds (always 5). All trained algorithms will use the same generated or pre-specified folds, the file can be found in the `work_dir` folder that the AutoRunner generates.
37+
If you have a validation set, you can include it under a `validation` key with the same format as the `training` list. This will disable cross-validation.
3738
It is recommended to add a `name` field and any other metadata fields that allow you to track which version of your dataset the models are trained on.
3839

3940
Save the file to `./datalist.json`.

0 commit comments

Comments
 (0)