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

@@ -24,7 +24,7 @@ And that's it! This creates a [ClearML Task](../fundamentals/task.md) which capt
* Scalars (loss, learning rates)
* Console output
* General details such as machine details, runtime, creation date etc.
* Hyperparameters created with standard python packages (such as argparse, click, Python Fire, etc.)
* Hyperparameters created with standard Python packages (such as argparse, click, Python Fire, etc.)
* And more
You can view all the task details in the [WebApp](../webapp/webapp_exp_track_visual.md).
@@ -70,7 +70,7 @@ To augment its automatic logging, ClearML also provides an explicit logging inte
See more information about explicitly logging information to a ClearML Task:
* [Models](../clearml_sdk/model_sdk.md#manually-logging-models)
* [Configuration](../clearml_sdk/task_sdk.md#configuration) (e.g. parameters, configuration files)
* [Artifacts](../clearml_sdk/task_sdk.md#artifacts) (e.g. output files or python objects created by a task)
* [Artifacts](../clearml_sdk/task_sdk.md#artifacts) (e.g. output files or Python objects created by a task)
* [Scalars](../clearml_sdk/task_sdk.md#scalars)
* [Text/Plots/Debug Samples](../fundamentals/logger.md#manual-reporting)