Skip to content

williamFalcon/cifar5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR 5 demo

Pull data

Download the dataset

git clone https://github.com/YoongiKim/CIFAR-10-images.git

Prune classes to have only 5

cd CIFAR-10-images

for phase in train test
do
    for class in automobile cat deer frog horse
    do
        echo "$phase/$class"
        rm -rf "$phase/$class"
    done
done

Run demo

pip install -r requirements.txt
python project/lit_image_classifier.py --data_dir ../CIFAR-10-images

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages