git clone https://github.com/PaddlePaddle/PaddleClas.git -b develop
If it is too slow for you to download from github, you can download PaddleClas from gitee. The command is as follows.
git clone https://gitee.com/paddlepaddle/PaddleClas.git -b develop
- [Recommended] Installing from PyPI:
pip install paddleclas
- Please build and install locally if you need to use the develop branch of PaddleClas to experience the latest functions, or need to redevelop based on PaddleClas. The command is as follows:
python setup.py install