From 0a247f02d49367a7d34fe8dae38ff8ae9ef4e098 Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Fri, 19 Aug 2022 08:31:57 +0000 Subject: [PATCH] add exp to PP-OCRv2 det amp custom_black_list --- configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_cml.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_cml.yml b/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_cml.yml index df429314..acf43895 100644 --- a/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_cml.yml +++ b/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_cml.yml @@ -14,6 +14,9 @@ Global: use_visualdl: False infer_img: doc/imgs_en/img_10.jpg save_res_path: ./output/det_db/predicts_db.txt + use_amp: False + amp_level: O2 + amp_custom_black_list: ['exp'] Architecture: name: DistillationModel -- GitLab