From 9a4a2ce920f5a55facb186754a444c49966308f4 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 14 May 2023 09:51:01 +0300 Subject: [PATCH] Small edits (#557) --- .../webapp/webapp_exp_comparing.md | 37 ++++++++++--------- .../webapp/webapp_exp_modifying.md | 2 +- docs/webapp/webapp_exp_sharing.md | 4 +- docs/webapp/webapp_projects_page.md | 2 +- 4 files changed, 23 insertions(+), 22 deletions(-) diff --git a/docs/hyperdatasets/webapp/webapp_exp_comparing.md b/docs/hyperdatasets/webapp/webapp_exp_comparing.md index 111a60ba..82afde11 100644 --- a/docs/hyperdatasets/webapp/webapp_exp_comparing.md +++ b/docs/hyperdatasets/webapp/webapp_exp_comparing.md @@ -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 Next diff (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** -![image](../../img/hyperdatasets/web-app/compare_dataviews.png) \ No newline at end of file +![Dataview comparison](../../img/hyperdatasets/web-app/compare_dataviews.png) \ No newline at end of file diff --git a/docs/hyperdatasets/webapp/webapp_exp_modifying.md b/docs/hyperdatasets/webapp/webapp_exp_modifying.md index 782477ea..b41721a7 100644 --- a/docs/hyperdatasets/webapp/webapp_exp_modifying.md +++ b/docs/hyperdatasets/webapp/webapp_exp_modifying.md @@ -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 **+** diff --git a/docs/webapp/webapp_exp_sharing.md b/docs/webapp/webapp_exp_sharing.md index 9fe9465c..8474b723 100644 --- a/docs/webapp/webapp_exp_sharing.md +++ b/docs/webapp/webapp_exp_sharing.md @@ -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 **>** Menu + * In the [experiment table](webapp_exp_table.md), right-click the experiment **>** **Share** + * In the experiment info panel or full screen details view, click Menu (menu) **>** **Share**. 1. Click **Remove link**. diff --git a/docs/webapp/webapp_projects_page.md b/docs/webapp/webapp_projects_page.md index 26e9e21b..9d012ec6 100644 --- a/docs/webapp/webapp_projects_page.md +++ b/docs/webapp/webapp_projects_page.md @@ -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