Skip to content

Commit 88777b5

Browse files
authored
Update how-to-auto-train-image-models.md
1 parent c6c9df6 commit 88777b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/how-to-auto-train-image-models.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,9 @@ training_parameters:
562562
{"apply_automl_train_augmentations": false, "apply_mosaic_for_yolo": false}
563563
```
564564
In our experiments, we found that these augmentations help the model to generalize better. Therefore, when these augmentations are switched off, we recommend the users to combine them with other offline augmentations to get better results.
565+
566+
---
567+
565568
## Incremental training (optional)
566569

567570
Once the training run is done, you have the option to further train the model by loading the trained model checkpoint. You can either use the same dataset or a different one for incremental training.

0 commit comments

Comments
 (0)