From 0e534b2928b3967f4928bdca041712b813bbff67 Mon Sep 17 00:00:00 2001 From: Bin Lu Date: Wed, 20 Oct 2021 10:44:16 +0800 Subject: [PATCH] Update ppocr_det_mobile_params.txt --- PTDN/configs/ppocr_det_mobile_params.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PTDN/configs/ppocr_det_mobile_params.txt b/PTDN/configs/ppocr_det_mobile_params.txt index 25c5c042..ae28c018 100644 --- a/PTDN/configs/ppocr_det_mobile_params.txt +++ b/PTDN/configs/ppocr_det_mobile_params.txt @@ -2,7 +2,7 @@ model_name:ocr_det python:python3.7 gpu_list:0|0,1|10.21.226.181,10.21.226.133;0,1 -Global.use_gpu:False|True +Global.use_gpu:True|True Global.auto_cast:fp32|amp Global.epoch_num:lite_train_infer=1|whole_train_infer=300 Global.save_model_dir:./output/ -- GitLab