mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Change terminology (#1028)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
title: Modifying Dataviews
|
||||
---
|
||||
|
||||
An experiment that has been executed can be [cloned](../../webapp/webapp_exp_reproducing.md), then the cloned experiment's
|
||||
execution details can be modified, and the modified experiment can be executed.
|
||||
A task that has been executed can be [cloned](../../webapp/webapp_exp_reproducing.md), then the cloned task's
|
||||
execution details can be modified, and the modified task can be executed.
|
||||
|
||||
In addition to all the [ClearML tuning capabilities](../../webapp/webapp_exp_tuning.md), the **ClearML Enterprise WebApp** (UI)
|
||||
enables modifying [Dataviews](webapp_dataviews.md), including:
|
||||
@@ -23,7 +23,7 @@ enables modifying [Dataviews](webapp_dataviews.md), including:
|
||||
* Click **+** and then follow the instructions below to select Hyper-Dataset versions, filter frames, map labels (label translation),
|
||||
and set label enumeration and iteration controls.
|
||||
|
||||
* Select a different Dataview already associated with the experiment.
|
||||
* Select a different Dataview already associated with the task.
|
||||
|
||||
* In the **SELECTED DATAVIEW** list, choose a Dataview.
|
||||
|
||||
@@ -60,7 +60,7 @@ by the Dataview.
|
||||
|
||||
## Filtering Frames
|
||||
|
||||
Filtering of SingleFrames iterated by a Dataview for input to the experiment is accomplished by frame filters.
|
||||
Filtering of SingleFrames iterated by a Dataview for input to the task is accomplished by frame filters.
|
||||
For more detailed information, see [Filtering](../dataviews.md#filtering).
|
||||
|
||||
**To modify frame filtering:**
|
||||
@@ -141,7 +141,7 @@ For more detailed information, see [Iteration Control](../dataviews.md#iteration
|
||||
|
||||
* **Infinite Iterations**
|
||||
|
||||
1. Select the **RANDOM SEED** - If the experiment is rerun and the seed remains unchanged, the frame iteration is the same.
|
||||
1. Select the **RANDOM SEED** - If the task is rerun and the seed remains unchanged, the frame iteration is the same.
|
||||
|
||||
1. For video, enter a **CLIP LENGTH** - For video data sources, in the number of sequential frames from a clip to iterate.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user