The wide residual network is a variety of residual network and This paper "Wide Residual Networks" by Sergey Zagoruyko, Nikos Komodakis, arXiv:1605.07146 first proposed the wide residual network. You can find the implementation of the wide resnet in here. But this codes in this project referenced the other implementation, you can find in here
You can understand the project in here
You can use the wideres.yaml file to create the environment the program can run, but many packages in this environment is necessary for you. The main packages needed in the program are tensorflow, matplotlib, h5py, pillow and so on. You can find how to process the dataset in dataProcessing.py, dataDemo2.py and dataDemo3.py
You can download the dataset with .h5 file in here. cifar-10 processed_data.h5 fashion-mnist fashion_data.h5
- train for cifar-10
python train.py
- train for fashion mnist
python trainfashion.py