mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update docs for ClearML server 1.6 (#280)
This commit is contained in:
@@ -29,8 +29,6 @@ They appear in **PLOTS**.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Debug Samples
|
||||
|
||||
The example calls Matplotlib methods to log debug sample images. They appear in **DEBUG SAMPLES**.
|
||||
|
||||
@@ -57,9 +57,12 @@ In the experiment code, a configuration dictionary is connected to the Task by c
|
||||
method.
|
||||
|
||||
```python
|
||||
task.connect_configuration({'test': 1337, 'nested': {'key': 'value', 'number': 1}})
|
||||
task.connect_configuration(
|
||||
name="MyConfig"
|
||||
configuration={'test': 1337, 'nested': {'key': 'value', 'number': 1}}
|
||||
)
|
||||
```
|
||||
|
||||
It appears in **CONFIGURATION** **>** **CONFIGURATION OBJECTS** **>** **General**.
|
||||
It appears in **CONFIGURATION** **>** **CONFIGURATION OBJECTS** **>** **MyConfig**.
|
||||
|
||||

|
||||
@@ -159,10 +159,6 @@ View the scalars, including training and validation metrics, in the experiment's
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||

|
||||
|
||||
### Model Snapshots
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,10 @@ classification dataset using XGBoost
|
||||
The feature importance plot and tree plot appear in the project's page in the **ClearML web UI**, under
|
||||
**PLOTS**.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## Console
|
||||
|
||||
|
||||
Reference in New Issue
Block a user