Small edits (#119)

This commit is contained in:
pollfly 2021-11-21 09:42:29 +02:00 committed by GitHub
parent 014d7b960a
commit 24e1fbf934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -271,7 +271,7 @@ To update a SingleFrame:
* Access the SingleFrame by calling the [`DatasetVersion.get_single_frame`](../references/hyperdataset/hyperdatasetversion.md#datasetversionget_single_frame) * Access the SingleFrame by calling the [`DatasetVersion.get_single_frame`](../references/hyperdataset/hyperdatasetversion.md#datasetversionget_single_frame)
method method
* Make changes to the frame * Make changes to the frame
* Update the frame in a DatasetVersion using the [`DatasetVersion.update_frames`](../references/hyperdataset/hyperdatasetversion.md##update_frames) * Update the frame in a DatasetVersion using the [`DatasetVersion.update_frames`](../references/hyperdataset/hyperdatasetversion.md#update_frames)
method. method.
```python ```python

View File

@ -346,7 +346,7 @@ General experiment details appear in the **INFO** tab. This includes information
### Console ### Console
The complete experiment log containing everything printed to stdout and strerr appears in the **CONSOLE** tab. The full log The complete experiment log containing everything printed to stdout and stderr appears in the **CONSOLE** tab. The full log
is downloadable. To view the end of the log, click **Jump to end**. is downloadable. To view the end of the log, click **Jump to end**.
<details className="cml-expansion-panel screenshot"> <details className="cml-expansion-panel screenshot">
@ -368,8 +368,8 @@ All scalars that **ClearML** automatically logs, as well as those explicitly rep
Use the scalar tools to improve analysis of scalar metrics. In the info panel, click <img src="/docs/latest/icons/ico-settings.svg" className="icon size-md space-sm" /> to use the tools. In the full screen details view, the tools Use the scalar tools to improve analysis of scalar metrics. In the info panel, click <img src="/docs/latest/icons/ico-settings.svg" 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: are on the left side of the window. The tools include:
* **Group by** - select one of the following: * **Group by** - Select one of the following:
* **Metric** - all variants for a metric on the same plot * **Metric** - All variants for a metric on the same plot
<details className="cml-expansion-panel screenshot"> <details className="cml-expansion-panel screenshot">
<summary className="cml-expansion-panel-summary">View a screenshot</summary> <summary className="cml-expansion-panel-summary">View a screenshot</summary>
@ -396,8 +396,8 @@ are on the left side of the window. The tools include:
on those you want to see. on those you want to see.
* **Horizontal axis** modes (scalars, only) - Select one of the following: * **Horizontal axis** modes (scalars, only) - Select one of the following:
* **ITERATIONS** * **ITERATIONS**
* **RELATIVE** - time since experiment began * **RELATIVE** - Time since experiment began
* **WALL** - local clock time * **WALL** - Local clock time
* Curve smoothing (scalars, only) - In **Smoothing** **>** Move the slider or type a smoothing factor between **0** and **0.999**. * Curve smoothing (scalars, only) - In **Smoothing** **>** Move the slider or type a smoothing factor between **0** and **0.999**.
See additional [plot controls](#plot-controls) below. See additional [plot controls](#plot-controls) below.