mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
418 B
418 B
title
| title |
|---|
| Multiple Tasks in Single Process |
The multiple_tasks_single_process script demonstrates initializing multiple tasks in a single script.
In order to initialize a task, the init method is used. In order to initialize the next tasks, the previous tasks
must be finalized, using the close method.