Small edits (#260)

This commit is contained in:
pollfly
2022-05-26 09:54:41 +03:00
committed by GitHub
parent 4a361782d8
commit 31ab5d0af7
33 changed files with 42 additions and 43 deletions

View File

@@ -67,7 +67,7 @@ param = {'worker_{}_stuff'.format(dist.get_rank()): 'some stuff ' + str(randint(
Task.current_task().connect(param)
```
All the hyperparameters appear in **CONFIGURATIONS** **>** **HYPER PARAMETERS**.
All the hyperparameters appear in **CONFIGURATION** **>** **HYPER PARAMETERS**.
![Experiment hyperparameters Args](../../img/examples_pytorch_distributed_example_01.png)

View File

@@ -24,7 +24,7 @@ additional_parameters = {
Task.current_task().connect(additional_parameters)
```
Command line options appear in **CONFIGURATIONS** **>** **HYPER PARAMETERS** **>** **Args**.
Command line options appear in **CONFIGURATION** **>** **HYPER PARAMETERS** **>** **Args**.
![image](../../img/examples_subprocess_example_01.png)