mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#676)
This commit is contained in:
@@ -33,7 +33,7 @@ output_model = OutputModel(task=task)
|
||||
|
||||
## Label Enumeration
|
||||
The label enumeration dictionary is logged using the [`Task.connect_label_enumeration`](../../../references/sdk/task.md#connect_label_enumeration)
|
||||
method which will update the task’s resulting model information. The current running task is accessed using the
|
||||
method which will update the task's resulting model information. The current running task is accessed using the
|
||||
[`Task.current_task`](../../../references/sdk/task.md#taskcurrent_task) class method.
|
||||
|
||||
```python
|
||||
@@ -44,7 +44,7 @@ Task.current_task().connect_label_enumeration(enumeration)
|
||||
```
|
||||
|
||||
:::note Directly Setting Model Enumeration
|
||||
You can set a model’s label enumeration directly using the [`OutputModel.update_labels`](../../../references/sdk/model_outputmodel.md#update_labels)
|
||||
You can set a model's label enumeration directly using the [`OutputModel.update_labels`](../../../references/sdk/model_outputmodel.md#update_labels)
|
||||
method
|
||||
:::
|
||||
|
||||
@@ -81,20 +81,20 @@ if CONDITION:
|
||||
```
|
||||
|
||||
## WebApp
|
||||
The model appears in the task’s **ARTIFACTS** tab.
|
||||
The model appears in the task's **ARTIFACTS** tab.
|
||||
|
||||

|
||||
|
||||
Clicking on the model name takes you to the [model’s page](../../../webapp/webapp_model_viewing.md), where you can view the
|
||||
model’s details and access the model.
|
||||
Clicking on the model name takes you to the [model's page](../../../webapp/webapp_model_viewing.md), where you can view the
|
||||
model's details and access the model.
|
||||
|
||||

|
||||
|
||||
The model’s **NETWORK** tab displays its configuration.
|
||||
The model's **NETWORK** tab displays its configuration.
|
||||
|
||||

|
||||
|
||||
The model’s **LABELS** tab displays its label enumeration.
|
||||
The model's **LABELS** tab displays its label enumeration.
|
||||
|
||||

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