mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-12 07:25:44 +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
|
||||||
|
|
||||||
Configuration objects more elaborate than a key-value dictionary (such as nested dictionaries or configuration files),
|
To log configuration 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.
|
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).
|
This method saves configuration objects as blobs (i.e. ClearML is not aware of their internal structure).
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
@ -67,7 +67,7 @@ Most importantly, ClearML also logs experiments’ input and output models as we
|
|||||||
|
|
||||||
#### Logging Artifacts
|
#### Logging Artifacts
|
||||||
ClearML provides an explicit logging interface that supports manually reporting a variety of artifacts. Any type of
|
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).
|
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
|
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