Small edits (#534)

This commit is contained in:
pollfly
2023-04-16 12:32:48 +03:00
committed by GitHub
parent 48e0a1d453
commit 1a098e9b09
34 changed files with 46 additions and 156 deletions

View File

@@ -46,7 +46,7 @@ that we need.
- [ClearML SDK](../../clearml_sdk/clearml_sdk.md) ensures that all the metrics, parameters and Models are automatically logged and can later be
accessed, [compared](../../webapp/webapp_exp_comparing.md) and [tracked](../../webapp/webapp_exp_track_visual.md).
- [ClearML Agent](../../clearml_agent.md) does the heavy lifting. It reproduces the execution environment, clones your code,
applies code patches, manages parameters (Including overriding them on the fly), executes the code and queues multiple tasks
applies code patches, manages parameters (including overriding them on the fly), executes the code and queues multiple tasks
It can even [build](../../clearml_agent.md#exporting-a-task-into-a-standalone-docker-container) the docker container for you!
- [ClearML Pipelines](../../pipelines/pipelines.md) ensure that steps run in the same order,
programmatically chaining tasks together, while giving an overview of the execution pipeline's status.