Small edits (#674)

This commit is contained in:
pollfly
2023-09-21 13:52:36 +03:00
committed by GitHub
parent c8dcf50796
commit 7f0b4ce7d9
10 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ The [HyperParameterOptimizer](../references/sdk/hpo_optimization_hyperparametero
hyperparameter optimization modules. Its modular design enables using different optimizers, including existing software
frameworks, like Optuna, enabling simple,
accurate, and fast hyperparameter optimization. The Optuna ([`automation.optuna.OptimizerOptuna`](../references/sdk/hpo_optuna_optuna_optimizeroptuna.md)),
optimizer allows you to simultaneously optimize many hyperparameters efficiently by relying on early stopping (pruning)
optimizer lets you simultaneously optimize many hyperparameters efficiently by relying on early stopping (pruning)
and smart resource allocation.
To use optuna in ClearML's hyperparameter optimization, you must first install it. When you instantiate `HyperParameterOptimizer`,

View File

@@ -121,7 +121,7 @@ clearml-data sync --project YOLOv5 --name coco128 --folder .
This command syncs the folder's content with ClearML, packaging all of the folder's contents into a ClearML dataset.
Alternatively, you could run these commands one after the other to create a dataset:
Alternatively, you can run these commands one after the other to create a dataset:
```commandline
# Optionally add --parent <parent_dataset_id> if you want to base