Skip to content

Commit e19883d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9a00bf4 commit e19883d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auto3dseg/docs/run_with_minimal_input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ For the AutoRunner, you only need the `training` field with its list of training
4040
4141
```
4242
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.
43-
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.
44-
A "testing" list can also be added, which only requires the image files, not the labels. If it is included, the AutoRunner will output predictions on the testing set after training.
43+
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.
44+
A "testing" list can also be added, which only requires the image files, not the labels. If it is included, the AutoRunner will output predictions on the testing set after training.
4545
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.
4646

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

0 commit comments

Comments
 (0)