Skip to content

Commit 5106732

Browse files
committed
minor language fix
Signed-off-by: Daniël Nobbe <[email protected]>
1 parent c969d10 commit 5106732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto3dseg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ See the function `load_decathlon_datalist` in `monai/data/decathlon_datalist.py`
6565

6666
For the AutoRunner, we only need the `training` data, since it will automatically create cross-validation folds.
6767
You are free to add the cross-validation folds beforehand, these should align with the number of folds set in the configuration of the AutoRunner (by default 5, see [notebook](notebooks/auto_runner.ipynb)).
68-
Any other metadata, such as `modality`, `numTraining`, `name`, etc. will not be used by the AutoRunner, but we do recommend to keep track of names and versions of the dataset.
68+
Any other metadata, such as `modality`, `numTraining`, `name`, etc. will not be used by the AutoRunner, but we do recommend adding them, to keep track of names and versions of the dataset.
6969
In short, your `datalist.json` file should look like this:
7070

7171
```

0 commit comments

Comments
 (0)