Update Dataset and Distributed images
@ -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.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Data Ingestion
|
||||
|
||||
|
@ -34,7 +34,8 @@ Task.current_task().upload_artifact(
|
||||
|
||||
All of these artifacts appear in the main Task under **ARTIFACTS** **>** **OTHER**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Scalars
|
||||
|
||||
@ -54,7 +55,8 @@ Task.current_task().get_logger().report_scalar(
|
||||
|
||||
The single scalar plot for loss appears in **SCALARS**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Hyperparameters
|
||||
|
||||
@ -69,12 +71,15 @@ Task.current_task().connect(param)
|
||||
|
||||
All the hyperparameters appear in **CONFIGURATION** **>** **HYPERPARAMETERS**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Console
|
||||
|
||||
Output to the console, including the text messages printed from the main Task object and each subprocess appear in **CONSOLE**.
|
||||
|
||||

|
||||

|
||||

|
@ -26,14 +26,17 @@ Task.current_task().connect(additional_parameters)
|
||||
|
||||
Command line options appear in **CONFIGURATION** **>** **HYPERPARAMETERS** **>** **Args**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Parameter dictionaries appear in **General**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Console
|
||||
|
||||
Output to the console, including the text messages from the Task in each subprocess, appear in **CONSOLE**.
|
||||
|
||||

|
||||

|
||||

|
@ -35,7 +35,8 @@ Task.current_task().upload_artifact(
|
||||
|
||||
All of these artifacts appear in the main Task, **ARTIFACTS** **>** **OTHER**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Scalars
|
||||
|
||||
@ -54,7 +55,8 @@ Task.current_task().get_logger().report_scalar(
|
||||
|
||||
The single scalar plot for loss appears in **SCALARS**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Hyperparameters
|
||||
|
||||
@ -69,7 +71,8 @@ Task.current_task().connect(param)
|
||||
|
||||
Command line options appear in **CONFIGURATION** **>** **HYPERPARAMETERS** **>** **Args**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
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)
|
||||
```
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Log
|
||||
|
||||
Output to the console, including the text messages printed from the main Task object and each subprocess, appears in **CONSOLE**.
|
||||
|
||||

|
||||

|
||||

|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 34 KiB |
BIN
docs/img/examples_pytorch_distributed_example_01_dark.png
Normal file
After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 63 KiB |
BIN
docs/img/examples_pytorch_distributed_example_02_dark.png
Normal file
After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 113 KiB |
BIN
docs/img/examples_pytorch_distributed_example_06_dark.png
Normal file
After Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 118 KiB |
BIN
docs/img/examples_pytorch_distributed_example_08_dark.png
Normal file
After Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 64 KiB |
BIN
docs/img/examples_pytorch_distributed_example_09_dark.png
Normal file
After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 34 KiB |
BIN
docs/img/examples_subprocess_example_01_dark.png
Normal file
After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 88 KiB |
BIN
docs/img/examples_subprocess_example_01a_dark.png
Normal file
After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 85 KiB |
BIN
docs/img/examples_subprocess_example_02_dark.png
Normal file
After Width: | Height: | Size: 86 KiB |