Small edit (#345)

This commit is contained in:
pollfly 2022-10-06 15:43:26 +03:00 committed by GitHub
parent dece7a9358
commit bb00e7b593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -671,8 +671,8 @@ task.connect(params_dictionary)
### Configuration Objects
Configuration objects more elaborate than a key-value dictionary (such as nested dictionaries or configuration files),
can be logged to a task using the [`Task.connect_configuration`](../references/sdk/task.md#connect_configuration) method.
To log configuration more elaborate than a key-value dictionary (such as nested dictionaries or configuration files),
use the [`Task.connect_configuration`](../references/sdk/task.md#connect_configuration) method.
This method saves configuration objects as blobs (i.e. ClearML is not aware of their internal structure).
```python

View File

@ -67,7 +67,7 @@ Most importantly, ClearML also logs experiments input and output models as we
#### Logging Artifacts
ClearML provides an explicit logging interface that supports manually reporting a variety of artifacts. Any type of
artifact can be logged to a task using the [`Task.upload_artifact`](../references/sdk/task.md#upload_artifacts) method.
artifact can be logged to a task using the [`Task.upload_artifact`](../references/sdk/task.md#upload_artifact) method.
See more details in the [Artifacts Reporting example](../guides/reporting/artifacts.md).
ClearML can be configured to upload artifacts to any of the supported types of storage, which include local and shared