This commit is contained in:
pollfly 2022-03-24 10:01:59 +02:00 committed by GitHub
parent 5cf918580d
commit 054f2ebd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ The script does the following:
dataset), and reports the following to the main Task:
* Artifacts - A dictionary containing different key-value pairs is uploaded from the Task in each subprocess to the main Task.
* Scalars - Loss reported as a scalar during training in each subprocess Task is logged in the main Task.
* Hyperparameters - Hyperparameters created in each subprocess Task are added to the main Task's hyperparametersy.
* Hyperparameters - Hyperparameters created in each subprocess Task are added to the main Task's hyperparameters.
Each Task in a subprocess references the main Task by calling [Task.current_task](../../../references/sdk/task.md#taskcurrent_task),