Skip to content

Pytorch Classification

GitHub repo size GitHub code size in bytes

installation

Bash
1
2
3
4
git clone --recursive https://github.com/tanganke/pytorch_classification
cd pytorch_classification
pip install -r requirements.txt
pip install -e .

Project layout

Bash
1
2
3
4
5
6
7
mkdocs.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