From 6d37b118a420b0fa5302088ea0e286f30cdd3f29 Mon Sep 17 00:00:00 2001
From: WZMIAOMIAO <605169423@qq.com>
Date: Wed, 29 Dec 2021 14:50:54 +0800
Subject: [PATCH] update content
---
doc/doc_en/knowledge_distillation_en.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/doc_en/knowledge_distillation_en.md b/doc/doc_en/knowledge_distillation_en.md
index a13e6a6f..86c86634 100755
--- a/doc/doc_en/knowledge_distillation_en.md
+++ b/doc/doc_en/knowledge_distillation_en.md
@@ -12,7 +12,7 @@
- [2.1.3 Post-processing](#213)
- [2.1.4 Metric Calculation](#214)
- [2.1.5 Fine-tuning Distillation Model](#215)
- + [2.2 Detection Configuration File Analysis](#22)
+ + [2.2 Detection Model Configuration File Analysis](#22)
@@ -311,6 +311,6 @@ paddle.save(s_params, "ch_PP-OCRv2_rec_train/student.pdparams")
After the extraction is complete, use [ch_PP-OCRv2_rec.yml](../../configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec.yml) to modify the path of the pre-trained model (the path of the exported `student.pdparams` model) and your own data path to fine-tune the model.
-### 2.2 Detection Configuration File Analysis
+### 2.2 Detection Model Configuration File Analysis
- coming soon!
--
GitLab