Pytorch Classification¶ installation¶ Bash1 2 3 4git clone --recursive https://github.com/tanganke/pytorch_classification cd pytorch_classification pip install -r requirements.txt pip install -e . Project layout¶ Bash1 2 3 4 5 6 7mkdocs.yml # The configuration file. docs/ index.md # The documentation homepage. ... # Other markdown pages, images and other files. pytorch_classification # Codebase scripts # entrypoint scripts datasets/ # datasets directory