Home

Awesome

Keras implementation of "Wide Residual Networks"

This repo contains the code to run Wide Residual Networks using Keras.

Dependencies:

Training Details:

Run the default configuration (i.e. best configuration for CIFAR10 from original paper/code, WRN-28-10 without dropout) with:

$ python main.py

There are three configuration sections at the top of main.py:

Results and Trained models:

Note: I have not followed the exact same preprocessing and data augmentation steps used in the paper, in particular:

Ideally, we will add such methods directly to the Keras image preprocessing script.

<a name="example-plot">WRN-16-2 Architecture</a>

WRN-16-2 Architecture