MkDocs validation and Export internal linking (#10368)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
8558bec402
commit
632c906578
22 changed files with 289 additions and 279 deletions
|
|
@ -154,7 +154,7 @@ for f in Path('path/to/dataset').rglob('*.jpg'):
|
|||
|
||||
### Auto-split Dataset
|
||||
|
||||
Automatically split a dataset into `train`/`val`/`test` splits and save the resulting splits into `autosplit_*.txt` files. This function will use random sampling, which is not included when using [`fraction` argument for training](../modes/train.md#arguments).
|
||||
Automatically split a dataset into `train`/`val`/`test` splits and save the resulting splits into `autosplit_*.txt` files. This function will use random sampling, which is not included when using [`fraction` argument for training](../modes/train.md#train-settings).
|
||||
|
||||
```{ .py .annotate }
|
||||
from ultralytics.data.utils import autosplit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue