From c657cf8605f3bc33de86302725c1fd1b944825df Mon Sep 17 00:00:00 2001 From: lubin10 Date: Thu, 28 Apr 2022 13:01:45 +0000 Subject: [PATCH] test=document_fix --- doc/doc_en/algorithm_rec_rare_en.md | 6 +++--- doc/doc_en/algorithm_rec_rosetta_en.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/doc_en/algorithm_rec_rare_en.md b/doc/doc_en/algorithm_rec_rare_en.md index 50fa17d3..65a6c663 100644 --- a/doc/doc_en/algorithm_rec_rare_en.md +++ b/doc/doc_en/algorithm_rec_rare_en.md @@ -31,7 +31,7 @@ Using MJSynth and SynthText two text recognition datasets for training, and eval ## 2. Environment configuration -Please refer to ["Operating Environment Preparation"](./environment_en.md) to configure the PaddleOCR operating environment, and refer to ["Project Clone"](./clone_en.md) to clone the project code. +Please refer to [Operating Environment Preparation](./environment_en.md) to configure the PaddleOCR operating environment, and refer to [Project Clone](./clone_en.md) to clone the project code. ## 3. Model training, evaluation, prediction @@ -48,7 +48,7 @@ python3 tools/train.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml ```` - + ### 3.2 Evaluation ```` @@ -56,7 +56,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/ python3 -m paddle.distributed.launch --gpus '0' tools/eval.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml -o Global.pretrained_model={path/to/weights}/best_accuracy ```` - + ### 3.3 Prediction ```` diff --git a/doc/doc_en/algorithm_rec_rosetta_en.md b/doc/doc_en/algorithm_rec_rosetta_en.md index 94b602e4..f976f16a 100644 --- a/doc/doc_en/algorithm_rec_rosetta_en.md +++ b/doc/doc_en/algorithm_rec_rosetta_en.md @@ -1,4 +1,4 @@ -#rosetta +# Rosetta - [1. Introduction to Algorithms](#1) - [2. Environment Configuration](#2) @@ -31,7 +31,7 @@ Using MJSynth and SynthText two text recognition datasets for training, and eval ## 2. Environment configuration -Please refer to ["Operating Environment Preparation"](./environment_en.md) to configure the PaddleOCR operating environment, and refer to ["Project Clone"](./clone_en.md) to clone the project code. +Please refer to [Operating Environment Preparation](./environment_en.md) to configure the PaddleOCR operating environment, and refer to [Project Clone](./clone_en.md) to clone the project code. -- GitLab