A flexible image classification pipeline using PyTorch Lightning, supporting various models (CNN, VAE, DIFFUSION) and datasets.
- Clone repo:
git clone https://github.com/HansaemIanOh/vision.git && cd vision - Install:
pip install -r requirements.txt - Prepare dataset in ImageFolder format
- Run:
python run.py
For detailed usage, configuration options, and customization, see the full documentation.