Small edits (#717)

This commit is contained in:
pollfly
2023-11-23 15:04:17 +02:00
committed by GitHub
parent dbf6c85a81
commit 2cd2a8886a
7 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ Once you have a Task in ClearML, you can clone and edit its definitions in the U
## Manage Your Data
Use [ClearML Data](../../clearml_data/clearml_data.md) to version your data, then link it to running experiments for easy reproduction.
Make datasets machine agnostic (i.e. store original dataset in a shared storage location, e.g. shared-folder / S3 / Gs / Azure).
ClearML Data supports efficient Dataset storage and caching, differentiable & compressed.
ClearML Data supports efficient Dataset storage and caching, differentiable and compressed.
## Scale Your Work
Use [ClearML Agent](../../clearml_agent.md) to scale work. Install the agent machines (remote or local) and manage

View File

@@ -21,7 +21,7 @@ ClearML Agent was designed to deal with such issues and more! It is a tool respo
machine of choice through the ClearML WebApp with no need for additional code.
The agent will set up the environment for a specific Tasks execution (inside a Docker, or bare-metal), install the
required python packages, and execute & monitor the process.
required python packages, and execute and monitor the process.
## Set up an Agent