iniitial commit of multiple tasks, single process

This commit is contained in:
Revital 2021-08-23 07:05:39 +03:00
parent 55a8784b87
commit 8920bbe8a7

View File

@ -0,0 +1,9 @@
---
title: Multiple Tasks in Single Process
---
The [multiple_tasks_single_process](https://github.com/allegroai/clearml/blob/master/examples/advanced/multiple_tasks_single_process.py)
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.