From ec683abdfd467d8fe634ea8e773ad2e8255e713f Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Thu, 28 Oct 2021 08:31:35 +0000 Subject: [PATCH] add distribute training --- test_tipc/configs/ppocr_det_mobile_params.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tipc/configs/ppocr_det_mobile_params.txt b/test_tipc/configs/ppocr_det_mobile_params.txt index 9b04a852..9926b2e5 100644 --- a/test_tipc/configs/ppocr_det_mobile_params.txt +++ b/test_tipc/configs/ppocr_det_mobile_params.txt @@ -1,7 +1,7 @@ ===========================train_params=========================== model_name:ocr_det python:python3.7 -gpu_list:0|0,1 +gpu_list:0|0,1|10.21.226.181,10.21.226.133;0,1 Global.use_gpu:True|True|True Global.auto_cast:fp32|amp Global.epoch_num:lite_train_infer=1|whole_train_infer=300 -- GitLab