Overview of PaddleClas Code Structure
release/2.6PaddleClas is organized into several key directories that define its functionality:
ppcls: The core framework containing training, evaluation, model architectures, and configuration files.tools: Entry point scripts for training, evaluation, inference, and dynamic-to-static export.dataset: Scripts and datasets for processing data into formats suitable for the Dataloader.deploy: Deployment tools supporting Python/C++ inference, Hub Serving, Paddle Lite, and Slim offline quantification.benchmark: Shell scripts for testing speed metrics (single-card and multi-card training).test_tipc: TIPC tests to verify the end-to-end pipeline from training to prediction.requirements.txt: Contains the necessary dependencies for installation viapip.