diff --git a/docs/integrations/yolov5.md b/docs/integrations/yolov5.md index c32a0564..d294c5d5 100644 --- a/docs/integrations/yolov5.md +++ b/docs/integrations/yolov5.md @@ -141,7 +141,7 @@ ClearML dataset page: https://app.clear.mli/datasets/simple//experim New dataset created id= ``` -### Run Training Using A ClearML Dataset +### Run Training Using a ClearML Dataset Now that you have a ClearML dataset, you can very simply use it to train custom YOLOv5 models: ```commandline @@ -167,7 +167,7 @@ agents on new remote machines in the cloud of your choice (AWS, GCP, Azure): The shuts down instances as needed, according to the budget that you set. -### Cloning, Editing, And Enqueuing +### Cloning, Editing, and Enqueuing ![Cloning, editing, enqueuing gif](../img/gif/integrations_yolov5.gif) @@ -179,7 +179,7 @@ with the new details on a remote machine: The ClearML Agent executing the task will use the new values to [override any hard coded values](../clearml_agent.md). -### Executing A Task Remotely +### Executing a Task Remotely You can set a task to be executed remotely programmatically by adding `Task.execute_remotely()` to your script. This method stops the current local execution of the task, and then enqueues it to a specified queue to re-run it on a remote machine. diff --git a/docs/webapp/webapp_reports.md b/docs/webapp/webapp_reports.md index 42a392b2..fca0b0d1 100644 --- a/docs/webapp/webapp_reports.md +++ b/docs/webapp/webapp_reports.md @@ -100,7 +100,6 @@ resources will be displayed. See [Dynamic Queries](#dynamic-queries) below. * `min_value` * `max_value` * `value` (last value) -* `models` - Model IDs. Specify multiple IDs like this: `models=&models=&models`. * `metrics` - Metric name * `variants` - Variant’s name * `company` - Workspace ID. Applicable to the ClearML hosted service, for embedding content from a different workspace