https://github.com/coderefinery/cifar100_example
An example ML pipeline that trains a model on the CIFAR100 dataset
https://github.com/coderefinery/cifar100_example
Last synced: 5 months ago
JSON representation
An example ML pipeline that trains a model on the CIFAR100 dataset
- Host: GitHub
- URL: https://github.com/coderefinery/cifar100_example
- Owner: coderefinery
- License: mit
- Created: 2024-04-11T11:55:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T13:05:22.000Z (about 2 years ago)
- Last Synced: 2025-09-10T04:46:48.507Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CIFAR100_example
An example ML pipeline that trains a model on the CIFAR100 dataset
## How to run
1. Install the required packages
```bash
pip install -r requirements.txt
```
2. Run the training script
```bash
python cifar_detector.py
```
When running for the first time, the script will download the CIFAR100 dataset.
If a cached dataset is found, it is used instead.