mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-02 12:21:08 +00:00
Small edits (#956)
This commit is contained in:
parent
4898e0b319
commit
701cfb4b8f
@ -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
|
||||
|
||||
|
||||

|
Binary file not shown.
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 260 KiB |
BIN
docs/img/webapp_compare_07.png
Normal file
BIN
docs/img/webapp_compare_07.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 KiB |
Binary file not shown.
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 166 KiB |
BIN
docs/img/webapp_single_scalar_plot.png
Normal file
BIN
docs/img/webapp_single_scalar_plot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
@ -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.
|
||||
|
||||

|
||||
|
||||
|
@ -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:
|
||||
|
@ -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.
|
||||
|
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user