mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Small edit (#345)
This commit is contained in:
parent
dece7a9358
commit
bb00e7b593
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user