From 47695ca24f7e4971c33ebb19bc560a7547363189 Mon Sep 17 00:00:00 2001 From: weishengyu Date: Tue, 28 Dec 2021 11:21:25 +0800 Subject: [PATCH] dbg --- docs/en/advanced_tutorials/code_overview_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/advanced_tutorials/code_overview_en.md b/docs/en/advanced_tutorials/code_overview_en.md index 5ce31b19..fd22d1e6 100644 --- a/docs/en/advanced_tutorials/code_overview_en.md +++ b/docs/en/advanced_tutorials/code_overview_en.md @@ -22,7 +22,7 @@ The main code and content structure of PaddleClas are as follows: - benchmark: shell scripts to test the speed metrics of different models in PaddleClas, such as single-card training speed metrics, multi-card training speed metrics, etc. - dataset: datasets and the scripts used to process datasets. The scripts are responsible for processing the dataset into a suitable format for Dataloader. - deploy: code for deployment, including deployment tools, which support python/cpp inference, Hub Serveing, Paddle Lite, Slim offline quantification and other deployment methods. -- ppcls: code for training and evaluation which is the main body of the PaddleClas framework. It also contains configuration files, and specific code of model training, evaluation, inference, dynamic to static export, etc. +- ppcls: code for training and evaluation which is the main body of the PaddleClas framework. It also contains configuration files, and specific code of model training, evaluation, inference, dynamic to static export, etc. - tools: entry functions and scripts for training, evaluation, inference, and dynamic to static export. - The requirements.txt file is adopted to install the dependencies for PaddleClas. Use pip for upgrading, installation, and application. - test_tipc: TIPC tests of PaddleClas models from training to prediction to verify that whether each function works properly. -- GitLab