Small edits (#257)

This commit is contained in:
pollfly
2022-05-22 10:27:30 +03:00
committed by GitHub
parent bd1c132578
commit c20e9ef111
57 changed files with 129 additions and 123 deletions

View File

@@ -52,7 +52,7 @@ Task.current_task().get_logger().report_scalar(
)
```
The single scalar plot for loss appears in **RESULTS** **>** **SCALARS**.
The single scalar plot for loss appears in **SCALARS**.
![Experiment scalars](../../img/examples_pytorch_distributed_example_08.png)
@@ -75,6 +75,6 @@ All the hyperparameters appear in **CONFIGURATIONS** **>** **HYPER PARAMETERS**.
## Console
Output to the console, including the text messages printed from the main Task object and each subprocess appear in **RESULTS** **>** **CONSOLE**.
Output to the console, including the text messages printed from the main Task object and each subprocess appear in **CONSOLE**.
![Experiment console log](../../img/examples_pytorch_distributed_example_06.png)

View File

@@ -34,6 +34,6 @@ Parameter dictionaries appear in **General**.
## Console
Output to the console, including the text messages from the Task in each subprocess, appear in **RESULTS** **>** **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)