Restructure ClearML Agent pages (#873)

This commit is contained in:
pollfly
2024-07-15 15:53:41 +03:00
committed by GitHub
parent b31452f6a1
commit f6781628e0
47 changed files with 1216 additions and 1200 deletions

View File

@@ -90,7 +90,7 @@ ClearML's automatic logging of parameters defined using `absl.flags`
## Remote Execution
ClearML logs all the information required to reproduce an experiment on a different machine (installed packages,
uncommitted changes etc.). The [ClearML Agent](../clearml_agent) listens to designated queues and when a task is enqueued,
uncommitted changes etc.). The [ClearML Agent](../clearml_agent.md) listens to designated queues and when a task is enqueued,
the agent pulls it, recreates its execution environment, and runs it, reporting its scalars, plots, etc. to the
experiment manager.
@@ -116,7 +116,7 @@ with the new configuration on a remote machine:
* Edit the hyperparameters and/or other details
* Enqueue the task
The ClearML Agent executing the task will use the new values to [override any hard coded values](../clearml_agent).
The ClearML Agent executing the task will use the new values to [override any hard coded values](../clearml_agent.md).
### Executing a Task Remotely