From 935966a2c2dbf8c07b36de0208064e3c995969cb Mon Sep 17 00:00:00 2001 From: "shaohua.zhang" Date: Thu, 27 Aug 2020 14:17:43 +0800 Subject: [PATCH] fix the path it is only a example, the probleams appear the files in the config folder.The path dose not fix for the windows system ,at the same ,we should use the relativte path instead of absoulate path. --- configs/rec/rec_icdar15_train.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/rec/rec_icdar15_train.yml b/configs/rec/rec_icdar15_train.yml index 98a38e74..59c460d5 100755 --- a/configs/rec/rec_icdar15_train.yml +++ b/configs/rec/rec_icdar15_train.yml @@ -15,8 +15,8 @@ Global: loss_type: ctc distort: true debug: false - reader_yml: ./configs/rec/rec_icdar15_reader.yml - pretrain_weights: ./pretrain_models/rec_mv3_none_bilstm_ctc/best_accuracy + reader_yml: ../configs/rec/rec_icdar15_reader.yml + pretrain_weights: ../pretrain_models/rec_mv3_none_bilstm_ctc/best_accuracy checkpoints: save_inference_dir: infer_img: -- GitLab