Skip to content

Using PyTorch and Keras seperately to tackle CIFAR-10 Dataset

Notifications You must be signed in to change notification settings

TheFJcurve/cifar-10-keras-and-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CNN-CIFAR-10

Using PyTorch and Keras seperately to tackle CIFAR-10 Dataset. Both use dropouts and data augmentation. I have made the PyTorch implementation fully object oriented, so it's easier to read and digest. Both the programs store their model and respective output graphs (accuracy and loss) in their seperate folders, so if you wish to test the model output for yourself, just retrieve the .h5 files.

About

Using PyTorch and Keras seperately to tackle CIFAR-10 Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published