mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 13:21:46 +00:00
fix typo (#212)
This commit is contained in:
parent
5cf918580d
commit
054f2ebd9e
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user