Small edits (#684)

This commit is contained in:
pollfly
2023-10-02 18:32:39 +03:00
committed by GitHub
parent 8bbe0de42b
commit eabf7e8d63
6 changed files with 26 additions and 26 deletions

View File

@@ -50,8 +50,8 @@ Logger.current_logger().report_image(
ClearML reports these images as debug samples in the **ClearML Web UI**, under the experiment's
**DEBUG SAMPLES** tab.
![image](../../img/examples_reporting_07.png)
![Debug samples](../../img/examples_reporting_07.png)
Click a thumbnail, and the image viewer opens.
Click a thumbnail to open the image viewer.
![image](../../img/examples_reporting_07a.png)
![Image viewer](../../img/examples_reporting_07a.png)

View File

@@ -38,9 +38,9 @@ Logger.current_logger().report_media(
)
```
The reported audio can be viewed in the **DEBUG SAMPLES** tab. Click a thumbnail, and the audio player opens.
The reported audio can be viewed in the **DEBUG SAMPLES** tab. Click a thumbnail to open the audio player.
![image](../../img/examples_reporting_08.png)
![Audio debug samples](../../img/examples_reporting_08.png)
## Reporting (Uploading) Media from a Local File
@@ -55,6 +55,6 @@ Logger.current_logger().report_media(
)
```
The reported video can be viewed in the **DEBUG SAMPLES** tab. Click a thumbnail, and the video player opens.
The reported video can be viewed in the **DEBUG SAMPLES** tab. Click a thumbnail to open the video player.
![image](../../img/examples_reporting_09.png)
![Video debug samples](../../img/examples_reporting_09.png)