Change terminology (#1028)

This commit is contained in:
pollfly
2025-02-06 17:31:11 +02:00
committed by GitHub
parent 30805e474d
commit b12b71d835
158 changed files with 857 additions and 855 deletions

View File

@@ -13,7 +13,7 @@ from clearml import Task
task = Task.init(task_name="<task_name>", project_name="<project_name>")
```
When the code runs, ClearML logs your command-line arguments, which you can view in the [WebApp](../webapp/webapp_overview.md), in the experiment's
When the code runs, ClearML logs your command-line arguments, which you can view in the [WebApp](../webapp/webapp_overview.md), in the task's
**Configuration > Hyperparameters > Args** section.
![Fire integration](../img/integrations_fire_params.png)