diff --git a/docs/hyperdatasets/webapp/webapp_exp_comparing.md b/docs/hyperdatasets/webapp/webapp_exp_comparing.md index 7a69aad0..6a2e9605 100644 --- a/docs/hyperdatasets/webapp/webapp_exp_comparing.md +++ b/docs/hyperdatasets/webapp/webapp_exp_comparing.md @@ -24,9 +24,9 @@ experiments are highlighted. Obscure identical fields by switching on the `Hide The experiment on the left is used as the base experiment, to which the other experiments are compared. You can set a new base experiment in one of the following ways: -* Click <img src="/docs/latest/icons/ico-switch-base.svg" alt="Switch base experiment" className="icon size-md space-sm" /> -on the top right of the experiment that will be the new base. -* Click on the new base experiment and drag it all the way to the left +* Hover and click <img src="/docs/latest/icons/ico-switch-base.svg" alt="Switch base experiment" className="icon size-md space-sm" /> +on the experiment that will be the new base. +* Hover and click <img src="/docs/latest/icons/ico-pan.svg" alt="Pan icon" className="icon size-md space-sm" /> on the new base experiment and drag it all the way to the left  \ No newline at end of file diff --git a/docs/img/apps_format_overview.png b/docs/img/apps_format_overview.png index 9d266f2c..790bdde2 100644 Binary files a/docs/img/apps_format_overview.png and b/docs/img/apps_format_overview.png differ diff --git a/docs/img/webapp_compare_07.png b/docs/img/webapp_compare_07.png new file mode 100644 index 00000000..ab8cc837 Binary files /dev/null and b/docs/img/webapp_compare_07.png differ diff --git a/docs/img/webapp_compare_08.png b/docs/img/webapp_compare_08.png index fb7eb462..dd8ba6a6 100644 Binary files a/docs/img/webapp_compare_08.png and b/docs/img/webapp_compare_08.png differ diff --git a/docs/img/webapp_single_scalar_plot.png b/docs/img/webapp_single_scalar_plot.png new file mode 100644 index 00000000..4fdf65b0 Binary files /dev/null and b/docs/img/webapp_single_scalar_plot.png differ diff --git a/docs/webapp/webapp_exp_comparing.md b/docs/webapp/webapp_exp_comparing.md index f401c631..034e2ab9 100644 --- a/docs/webapp/webapp_exp_comparing.md +++ b/docs/webapp/webapp_exp_comparing.md @@ -74,8 +74,8 @@ experiments' hyperparameter and their values. The experiments are laid out in vertical cards, so each field is lined up side-by-side. The experiment on the left is used as the base experiment, to which the other experiments are compared. You can set a new base experiment in one of the following ways: -* Click on <img src="/docs/latest/icons/ico-switch-base.svg" alt="Switch base experiment" className="icon size-md space-sm" /> on the top right of the experiment that will be the new base. -* Click on <img src="/docs/latest/icons/ico-pan.svg" alt="Pan" className="icon size-md space-sm" /> the new base experiment and drag it all the way to the left +* Hover and click <img src="/docs/latest/icons/ico-switch-base.svg" alt="Switch base experiment" className="icon size-md space-sm" /> on the experiment that will be the new base. +* Hover and click <img src="/docs/latest/icons/ico-pan.svg" alt="Pan" className="icon size-md space-sm" /> on the new base experiment and drag it all the way to the left The differences between the experiments are highlighted. Easily locate value differences by clicking click <img src="/docs/latest/icons/ico-previous-diff.svg" alt="Up arrow" className="icon size-md" /> @@ -148,14 +148,16 @@ iteration sample of each metric/variant combination per compared experiment. Line, scatter, box, and bar graphs are compared by overlaying each metric/variant from all compared experiments' into a single comparative plot. -Use **Group by** to select how to group plots: +For overlaid plots, use **Group by** to select how to group plots: * **Metric** - All variants for a metric appear on the same plot. + +  + * **Metric+Variant** (default) - Every variant appears on its own plot. +  - - -Other plot types are displayed separately for each experiment. +Other plot types that are not overlaid are displayed separately for each experiment.  diff --git a/docs/webapp/webapp_exp_track_visual.md b/docs/webapp/webapp_exp_track_visual.md index 34eec3af..afdf35f3 100644 --- a/docs/webapp/webapp_exp_track_visual.md +++ b/docs/webapp/webapp_exp_track_visual.md @@ -300,14 +300,16 @@ Scalar graph view (<img src="/docs/latest/icons/ico-charts-view.svg" alt="Graph shows scalar series plotted as a time series line chart. The series are sub-sampled for display efficiency. For high resolution, view a series in full screen mode by hovering over the graph and clicking <img src="/docs/latest/icons/ico-maximize.svg" alt="Maximize plot icon" className="icon size-sm space-sm" />. -Single value scalars (see [`Logger.report_single_value`](../references/sdk/logger.md#report_single_value)) are shown in -a `Summary` table. - :::info Full Screen Refresh Scalar graphs in full screen mode do not auto-refresh. Click <img src="/docs/latest/icons/ico-reset.svg" alt="Refresh" className="icon size-md space-sm medium-zoom-image" /> to update the graph. ::: +Single value scalars (see [`Logger.report_single_value`](../references/sdk/logger.md#report_single_value)) are shown in +a `Summary` table. + + + Use the scalar tools to improve analysis of scalar metrics. In the info panel, click <img src="/docs/latest/icons/ico-settings.svg" alt="Settings gear" className="icon size-md space-sm" /> to use the tools. In the full screen details view, the tools are on the left side of the window. The tools include: * **Group by** - Select one of the following: diff --git a/docs/webapp/webapp_model_comparing.md b/docs/webapp/webapp_model_comparing.md index 1289ba32..275b1eeb 100644 --- a/docs/webapp/webapp_model_comparing.md +++ b/docs/webapp/webapp_model_comparing.md @@ -55,9 +55,9 @@ information is displayed in a column, so each field is lined up side-by-side. The model on the left is used as the base model, to which the other models are compared. You can set a new base model in one of the following ways: -* Click <img src="/docs/latest/icons/ico-switch-base.svg" alt="Switch base experiment" className="icon size-md space-sm" /> -on the top right of the model that will be the new base. -* Click on the new base model and drag it all the way to the left +* Hover and click <img src="/docs/latest/icons/ico-switch-base.svg" alt="Switch base experiment" className="icon size-md space-sm" /> +on the model that will be the new base. +* Hover and click <img src="/docs/latest/icons/ico-pan.svg" alt="Pan icon" className="icon size-md space-sm" /> on the new base model and drag it all the way to the left The differences between the models are highlighted. You can obscure identical fields by switching on the **Hide Identical Fields** toggle. diff --git a/docusaurus.config.js b/docusaurus.config.js index 1fcd2892..0987d0ae 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -187,7 +187,7 @@ module.exports = { }, ], // Please do not remove the credits, help to publicize Docusaurus :) - copyright: `Copyright © ${new Date().getFullYear()} allegro.ai. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} ClearML. Built with Docusaurus.`, }, }, presets: [