https://github.com/pd-mera/minimalist-classification
A minimalist pipeline to training classification models
https://github.com/pd-mera/minimalist-classification
image-classification
Last synced: 3 months ago
JSON representation
A minimalist pipeline to training classification models
- Host: GitHub
- URL: https://github.com/pd-mera/minimalist-classification
- Owner: PD-Mera
- Created: 2023-12-07T02:32:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T03:25:56.000Z (10 months ago)
- Last Synced: 2025-01-08T19:46:45.537Z (5 months ago)
- Topics: image-classification
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimalist Classification Pipeline
``` bash
pip install -r requirements.txt -f https://download.pytorch.org/whl/torch_stable.html
```# Run
To train, simply run
``` bash
python runner.py
```To visualize tensorboard, run
``` bash
tensorboard --host 0.0.0.0 --port 12345 --logdir runs
```