From 9265b66e092ddd1dc227a5396667a182ba8fbad9 Mon Sep 17 00:00:00 2001 From: demon143 <59681577+demon143@users.noreply.github.com> Date: Thu, 18 Nov 2021 18:23:43 +0800 Subject: [PATCH] Update task_management.rst (#700) --- docs/advanced/task_management.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/advanced/task_management.rst b/docs/advanced/task_management.rst index 611cdf136..a254b1cad 100644 --- a/docs/advanced/task_management.rst +++ b/docs/advanced/task_management.rst @@ -13,9 +13,8 @@ The `Workflow <../component/introduction.html>`_ part introduces how to run rese To automatically generate and execute different tasks, ``Task Management`` provides a whole process including `Task Generating`_, `Task Storing`_, `Task Training`_ and `Task Collecting`_. With this module, users can run their ``task`` automatically at different periods, in different losses, or even by different models.The processes of task generation, model training and combine and collect data are shown in the following figure. -
- -
+.. image:: ../_static/img/Task-Gen-Recorder-Collector.svg + :align: center This whole process can be used in `Online Serving <../component/online.html>`_.