Small edits (#1033)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-02-09 19:46:40 +02:00
committed by GitHub
parent e99e033b06
commit 79eff642ff
87 changed files with 104 additions and 104 deletions

View File

@@ -25,7 +25,7 @@ task = Task.init(task_name="<task_name>", project_name="<project_name>")
```
This will create a [ClearML Task](../fundamentals/task.md) that captures your script's information, including Git details,
uncommitted code, python environment, all information logged through `TensorboardLogger`, and more.
uncommitted code, Python environment, all information logged through `TensorboardLogger`, and more.
Visualize all the captured information in the task's page in ClearML's [WebApp](#webapp).
@@ -45,7 +45,7 @@ Integrate ClearML with the following steps:
```
This creates a [ClearML Task](../fundamentals/task.md) called `ignite` in the `examples` project, which captures your
script's information, including Git details, uncommitted code, python environment.
script's information, including Git details, uncommitted code, Python environment.
You can also pass the following parameters to the `ClearMLLogger` object:
* `task_type` The type of task (see [task types](../fundamentals/task.md#task-types)).