Update Dataset and Distributed images

This commit is contained in:
revital 2025-02-26 15:27:19 +02:00
parent b78c033bd2
commit 0ab1a8d5e1
21 changed files with 28 additions and 14 deletions

View File

@ -79,7 +79,8 @@ After a dataset has been closed, it can no longer be modified. This ensures futu
Information about the dataset can be viewed in the WebApp, in the dataset's [details panel](../../webapp/datasets/webapp_dataset_viewing.md#version-details-panel).
In the panel's **CONTENT** tab, you can see a table summarizing version contents, including file names, file sizes, and hashes.
![Dataset content tab](../../img/examples_data_management_cifar_dataset.png)
![Dataset content tab](../../img/examples_data_management_cifar_dataset.png#light-mode-only)
![Dataset content tab](../../img/examples_data_management_cifar_dataset_dark.png#dark-mode-only)
## Data Ingestion

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)

View File

@ -35,7 +35,8 @@ Task.current_task().upload_artifact(
All of these artifacts appear in the main Task, **ARTIFACTS** **>** **OTHER**.
![image](../../../img/examples_pytorch_distributed_example_09.png)
![Artifacts](../../../img/examples_pytorch_distributed_example_09.png#light-mode-only)
![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**.
![image](../../../img/examples_pytorch_distributed_example_08.png)
![Scalars](../../../img/examples_pytorch_distributed_example_08.png#light-mode-only)
![Scalars](../../../img/examples_pytorch_distributed_example_08_dark.png#dark-mode-only)
## Hyperparameters
@ -69,7 +71,8 @@ Task.current_task().connect(param)
Command line options appear in **CONFIGURATION** **>** **HYPERPARAMETERS** **>** **Args**.
![image](../../../img/examples_pytorch_distributed_example_01.png)
![Hyperparamter Args](../../../img/examples_pytorch_distributed_example_01.png#light-mode-only)
![Hyperparamter Args](../../../img/examples_pytorch_distributed_example_01_dark.png#dark-mode-only)
Parameter dictionaries appear in the **General** section of **HYPERPARAMETERS**.
@ -78,10 +81,12 @@ param = {'worker_{}_stuff'.format(dist.get_rank()): 'some stuff ' + str(randint(
Task.current_task().connect(param)
```
![image](../../../img/examples_pytorch_distributed_example_02.png)
![Hyperparameter General args](../../../img/examples_pytorch_distributed_example_02.png#light-mode-only)
![Hyperparameter General args](../../../img/examples_pytorch_distributed_example_02_dark.png#dark-mode-only)
## Log
Output to the console, including the text messages printed from the main Task object and each subprocess, appears in **CONSOLE**.
![image](../../../img/examples_pytorch_distributed_example_06.png)
![Console log](../../../img/examples_pytorch_distributed_example_06.png#light-mode-only)
![Console log](../../../img/examples_pytorch_distributed_example_06_dark.png#dark-mode-only)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB