From f2ffb80a0bc720c25b99b1c7e1782e0d52e168e4 Mon Sep 17 00:00:00 2001 From: HUAN-PING SU Date: Thu, 4 Feb 2021 00:36:50 -0800 Subject: [PATCH] Update workflow_by_code.py --- examples/workflow_by_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/workflow_by_code.py b/examples/workflow_by_code.py index cb6e236f22..8cad566da2 100644 --- a/examples/workflow_by_code.py +++ b/examples/workflow_by_code.py @@ -99,7 +99,7 @@ }, } - # model initiation + # model initialization model = init_instance_by_config(task["model"]) dataset = init_instance_by_config(task["dataset"])