mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-09 13:42:26 +00:00
Small edits (#557)
This commit is contained in:
parent
78afff270a
commit
9a4a2ce920
@ -3,16 +3,17 @@ title: Comparing Dataviews
|
||||
---
|
||||
|
||||
In addition to [ClearML's comparison features](../../webapp/webapp_exp_comparing.md), the ClearML Enterprise WebApp
|
||||
provides a deep comparison of input data selection criteria of experiment Dataviews, enabling to easily locate, visualize, and analyze differences.
|
||||
supports comparing input data selection criteria of experiment Dataviews, enabling to easily locate, visualize, and analyze differences.
|
||||
|
||||
## Selecting Experiments
|
||||
|
||||
**To select experiments to compare:**
|
||||
To select experiments to compare:
|
||||
1. Go to an experiments table that includes the experiments to be compared.
|
||||
1. Select the experiments to compare. Once multiple experiments are selected, the batch action bar appears.
|
||||
1. In the batch action bar, click **COMPARE**.
|
||||
|
||||
1. In the experiment's table, select the checkbox of each experiment to compare, or select the top checkbox for all experiments.
|
||||
After selecting the second checkbox, the bottom bar appears.
|
||||
1. In the bottom bar, click **COMPARE**. The comparison page appears, showing a column for each experiment and differences with
|
||||
a highlighted background color. The experiment on the left is the base experiment. Other experiments compare to the base experiment.
|
||||
The comparison page opens in the **DETAILS** tab, showing a column for each experiment. The experiment on the left is
|
||||
used as the base experiment, to which the other experiments are compared.
|
||||
|
||||
## Dataviews (Input Data)
|
||||
|
||||
@ -22,16 +23,16 @@ provides a deep comparison of input data selection criteria of experiment Datavi
|
||||
(Previous diff) or <img src="/docs/latest/icons/ico-next-diff.svg" alt="Next diff" className="icon size-md space-sm" /> (Next diff).
|
||||
1. Expand any of the following sections:
|
||||
|
||||
* **Augmentation** - On-the-fly data augmentation.
|
||||
* **Filtering**
|
||||
* Frame inclusion and exclusion rules based on ROI labels
|
||||
* Frame metadata
|
||||
* Frame sources
|
||||
* Number of instances of a rule matching ROIs in each frame
|
||||
* Confidence levels.
|
||||
* **Iteration** - Iteration controls.
|
||||
* **Labels Enumeration** - Class label enumeration.
|
||||
* **Mapping** - ROI label translation.
|
||||
* **View**
|
||||
* **Augmentation** - On-the-fly data augmentation.
|
||||
* **Filtering**
|
||||
* Frame inclusion and exclusion rules based on ROI labels
|
||||
* Frame metadata
|
||||
* Frame sources
|
||||
* Number of instances of a rule matching ROIs in each frame
|
||||
* Confidence levels.
|
||||
* **Iteration** - Iteration controls.
|
||||
* **Labels Enumeration** - Class label enumeration.
|
||||
* **Mapping** - ROI label translation.
|
||||
* **View**
|
||||
|
||||

|
||||

|
@ -47,7 +47,7 @@ by the Dataview.
|
||||
1. In the **INPUT** area, click **EDIT**.
|
||||
1. Do any of the following:
|
||||
|
||||
* Add a Dataset version - Input frames from another a version of another Dataset.
|
||||
* Add a Dataset version - Input frames from another version of another Dataset.
|
||||
|
||||
* Click **+**
|
||||
|
||||
|
@ -32,8 +32,8 @@ When a user opens the hyperlink for a shared experiment in their browser, only t
|
||||
|
||||
1. Click **Share** in one of these ways:
|
||||
|
||||
* The experiment table - Right-click the experiment **>** **Share**
|
||||
* The experiment info panel or full screen details view **>** <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Menu" className="icon size-md space-sm" />
|
||||
* In the [experiment table](webapp_exp_table.md), right-click the experiment **>** **Share**
|
||||
* In the experiment info panel or full screen details view, click <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Menu" className="icon size-md space-sm" />
|
||||
(menu) **>** **Share**.
|
||||
|
||||
1. Click **Remove link**.
|
||||
|
@ -50,7 +50,7 @@ of a project folder to open its context menu and access the following project ac
|
||||
* **Rename** - Rename the project.
|
||||
* **New Project** - Create a new project (by default a subproject).
|
||||
* **Move to** - Move the project into another project. If the target project does not exist, it is created on-the-fly.
|
||||
* **Delete** - Delete the project. To delete a project, all of its all contents (i.e. any pipelines/reports/datasets) must
|
||||
* **Delete** - Delete the project. To delete a project, all of its contents (i.e. any pipelines/reports/datasets) must
|
||||
first be archived or removed.
|
||||
|
||||
## Create New Projects
|
||||
|
Loading…
Reference in New Issue
Block a user