Skip to content

An example ML pipeline that trains a model on the CIFAR100 dataset

License

Notifications You must be signed in to change notification settings

coderefinery/CIFAR100_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR100_example

An example ML pipeline that trains a model on the CIFAR100 dataset

How to run

  1. Install the required packages
pip install -r requirements.txt
  1. Run the training script
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.

About

An example ML pipeline that trains a model on the CIFAR100 dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages