Change terminology (#1028)

This commit is contained in:
pollfly
2025-02-06 17:31:11 +02:00
committed by GitHub
parent 30805e474d
commit b12b71d835
158 changed files with 857 additions and 855 deletions

View File

@@ -12,7 +12,7 @@ The example does the following:
1. Specifies accuracy as the metric, and uses two callbacks: a TensorBoard callback and a model checkpoint callback.
1. During script execution, creates an experiment named `notebook example` in the `examples` project.
1. During script execution, creates a task named `notebook example` in the `examples` project.
## Scalars
@@ -69,10 +69,10 @@ Text printed to the console for training appears in **CONSOLE**.
## Artifacts
Models created by the experiment appear in the experiment's **ARTIFACTS** tab. ClearML automatically logs and tracks models
Models created by the task appear in the task's **ARTIFACTS** tab. ClearML automatically logs and tracks models
created using Keras.
The experiment info panel shows model tracking, including the model name and design in **ARTIFACTS** **>** **Output Model**.
The task info panel shows model tracking, including the model name and design in **ARTIFACTS** **>** **Output Model**.
![image](../../../img/examples_keras_jupyter_23.png)

View File

@@ -16,7 +16,7 @@ The example script does the following:
dataset.
1. Builds a sequential model using a categorical cross entropy loss objective function.
1. Specifies accuracy as the metric, and uses two callbacks: a TensorBoard callback and a model checkpoint callback.
1. During script execution, creates an experiment named `Keras with TensorBoard example` in the
1. During script execution, creates a task named `Keras with TensorBoard example` in the
`examples` project (in script) or the `Colab notebooks` project (in Jupyter Notebook).
@@ -53,7 +53,7 @@ Text printed to the console for training progress, as well as all other console
## Configuration Objects
In the experiment code, a configuration dictionary is connected to the Task by calling [`Task.connect()`](../../../references/sdk/task.md#connect).
A configuration dictionary is connected to the Task by calling [`Task.connect()`](../../../references/sdk/task.md#connect).
```python
task.connect_configuration(