From 24e1fbf9345853fa0bf6d7702f07b80e178113ed Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 21 Nov 2021 09:42:29 +0200 Subject: [PATCH] Small edits (#119) --- docs/hyperdatasets/dataviews.md | 2 +- docs/hyperdatasets/single_frames.md | 2 +- docs/webapp/webapp_exp_track_visual.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/hyperdatasets/dataviews.md b/docs/hyperdatasets/dataviews.md index 33e21a88..02ea2b08 100644 --- a/docs/hyperdatasets/dataviews.md +++ b/docs/hyperdatasets/dataviews.md @@ -70,7 +70,7 @@ codebases and datasets. It is important to set enumeration values for all labels On-the-fly data augmentation is applied to SingleFrames, transforming images without creating new data. Apply data augmentation in steps, where each step is composed of a method, an operation, and a strength as follows: -* **Affine** augmentation method - Transform an image's geometric shape to another position on a 2-dimensional plane. +* **Affine** augmentation method - Transform an image's geometric shape to another position on a 2-dimensional plane. Use any of the following operations: * Rotate diff --git a/docs/hyperdatasets/single_frames.md b/docs/hyperdatasets/single_frames.md index 757a10e8..a8d8f346 100644 --- a/docs/hyperdatasets/single_frames.md +++ b/docs/hyperdatasets/single_frames.md @@ -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) method * 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. ```python diff --git a/docs/webapp/webapp_exp_track_visual.md b/docs/webapp/webapp_exp_track_visual.md index 7c042834..a13392e3 100644 --- a/docs/webapp/webapp_exp_track_visual.md +++ b/docs/webapp/webapp_exp_track_visual.md @@ -346,7 +346,7 @@ General experiment details appear in the **INFO** tab. This includes information ### 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**.
@@ -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 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: - * **Metric** - all variants for a metric on the same plot +* **Group by** - Select one of the following: + * **Metric** - All variants for a metric on the same plot
View a screenshot @@ -396,8 +396,8 @@ are on the left side of the window. The tools include: on those you want to see. * **Horizontal axis** modes (scalars, only) - Select one of the following: * **ITERATIONS** - * **RELATIVE** - time since experiment began - * **WALL** - local clock time + * **RELATIVE** - Time since experiment began + * **WALL** - Local clock time * 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.