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
CIFAR-10 will be downloaded automatically if it is not found.
Simply run:
python main.py