mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
iniitial commit of multiple tasks, single process
This commit is contained in:
parent
55a8784b87
commit
8920bbe8a7
9
docs/guides/advanced/multiple_tasks_single_process.md
Normal file
9
docs/guides/advanced/multiple_tasks_single_process.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user