Small edits (#425)

This commit is contained in:
pollfly 2022-12-29 11:33:59 +02:00 committed by GitHub
parent 602b642701
commit da0185b133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ but can be overridden by command-line arguments.
|Name| Description |
|---|--------------------------------------------------------------------------------|
|**CLEARML_LOG_ENVIRONMENT** | List of Environment variable names. These environment variables will be logged in the ClearML tasks configuration hyperparameters `Environment` section. When executed by a ClearML agent, these values will be set in the tasks execution environment. |
|**CLEARML_TASK_NO_REUSE** | Boolean. <br/> When set to `true`, a new task is created for every execution (see Task [reuse](../clearml_sdk/task_sdk#task_reuse). |
|**CLEARML_TASK_NO_REUSE** | Boolean. <br/> When set to `true`, a new task is created for every execution (see Task [reuse](../clearml_sdk/task_sdk#task-reuse). |
|**CLEARML_CACHE_DIR** | Set the path for the ClearML cache directory, where ClearML stores all downloaded content. |
|**CLEARML_DOCKER_IMAGE** | Sets the default docker image to use when running an agent in [Docker mode](../clearml_agent.md#docker-mode). |
|**CLEARML_LOG_LEVEL** | Sets the ClearML package's log verbosity. Log levels adhere to [Python log levels](https://docs.python.org/3/library/logging.config.html#configuration-file-format): CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET |

View File

@ -70,7 +70,7 @@ it to you later in the UI, we have a nice and clear overview of all of the diffe
I'll add some dataset statistics that's also something you can do and ClearML is just add some, for example, class
distribution or other kind of plots that could be interesting, and then I'm actually building the ClearML dataset here.
Also, an an extra thing that is really, really useful if you use ClearML datasets is you can actually share it as well.
Also, an extra thing that is really, really useful if you use ClearML datasets is you can actually share it as well.
So not only with colleagues and friends, for example. You can share the data with them, and they can add to the data, and
always you will always have the latest version, you will always know what happened before that.