Skip to content

Commit f651d42

Browse files
nvijayraniarjaincc
andauthored
Update articles/machine-learning/how-to-auto-train-image-models.md
Co-authored-by: Rupal jain <[email protected]>
1 parent 812834f commit f651d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ training_parameters:
561561
advanced_settings: >
562562
{"apply_automl_train_augmentations": false, "apply_mosaic_for_yolo": false}
563563
```
564-
In our experiments, we find 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.
564+
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.
565565
## Incremental training (optional)
566566

567567
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)