Update example images (#1073)

This commit is contained in:
pollfly
2025-03-05 16:38:02 +02:00
committed by GitHub
parent be7b2b04bd
commit f130d3d758
112 changed files with 115 additions and 58 deletions

View File

@@ -34,7 +34,8 @@ Task.current_task().upload_artifact(
All of these artifacts appear in the main Task under **ARTIFACTS** **>** **OTHER**.
![Task artifacts](../../img/examples_pytorch_distributed_example_09.png)
![Task artifacts](../../img/examples_pytorch_distributed_example_09.png#light-mode-only)
![Task artifacts](../../img/examples_pytorch_distributed_example_09_dark.png#dark-mode-only)
## Scalars
@@ -54,7 +55,8 @@ Task.current_task().get_logger().report_scalar(
The single scalar plot for loss appears in **SCALARS**.
![Task scalars](../../img/examples_pytorch_distributed_example_08.png)
![Task scalars](../../img/examples_pytorch_distributed_example_08.png#light-mode-only)
![Task scalars](../../img/examples_pytorch_distributed_example_08_dark.png#dark-mode-only)
## Hyperparameters
@@ -69,12 +71,15 @@ Task.current_task().connect(param)
All the hyperparameters appear in **CONFIGURATION** **>** **HYPERPARAMETERS**.
![Task hyperparameters Args](../../img/examples_pytorch_distributed_example_01.png)
![Task hyperparameters Args](../../img/examples_pytorch_distributed_example_01.png#light-mode-only)
![Task hyperparameters Args](../../img/examples_pytorch_distributed_example_01_dark.png#dark-mode-only)
![Task hyperparameters General ](../../img/examples_pytorch_distributed_example_01a.png)
![Task hyperparameters General ](../../img/examples_pytorch_distributed_example_02.png#light-mode-only)
![Task hyperparameters General ](../../img/examples_pytorch_distributed_example_02_dark.png#dark-mode-only)
## Console
Output to the console, including the text messages printed from the main Task object and each subprocess appear in **CONSOLE**.
![Task console log](../../img/examples_pytorch_distributed_example_06.png)
![Task console log](../../img/examples_pytorch_distributed_example_06.png#light-mode-only)
![Task console log](../../img/examples_pytorch_distributed_example_06_dark.png#dark-mode-only)

View File

@@ -26,14 +26,17 @@ Task.current_task().connect(additional_parameters)
Command line options appear in **CONFIGURATION** **>** **HYPERPARAMETERS** **>** **Args**.
![image](../../img/examples_subprocess_example_01.png)
![Hyperparameter Args](../../img/examples_subprocess_example_01.png#light-mode-only)
![Hyperparameter Args](../../img/examples_subprocess_example_01_dark.png#dark-mode-only)
Parameter dictionaries appear in **General**.
![image](../../img/examples_subprocess_example_01a.png)
![Hyperparameter General](../../img/examples_subprocess_example_01a.png#light-mode-only)
![Hyperparameter General](../../img/examples_subprocess_example_01a_dark.png#dark-mode-only)
## Console
Output to the console, including the text messages from the Task in each subprocess, appear in **CONSOLE**.
![image](../../img/examples_subprocess_example_02.png)
![Console](../../img/examples_subprocess_example_02.png#light-mode-only)
![Console](../../img/examples_subprocess_example_02_dark.png#dark-mode-only)