Files
clearml-docs/docs/guides/advanced/multiple_tasks_single_process.md

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.