Skip to content

Latest commit

 

History

History
 
 

06-CIFAR-VGG

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

CIFAR10-VGG16

Fitting a VGG-16 network on CIFAR-10 for image classification! We use gradient clipping for faster convergence.

A complete implementation of VGG-16 is available in network.py

HowTO

CIFAR-10 will be downloaded automatically if it is not found.

Simply run:

python main.py