├── LICENSE ├── README.md ├── cifar_wide_resnet_keras.py └── cifar_wide_resnet_tl.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritchieng/wideresnet-tensorlayer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritchieng/wideresnet-tensorlayer/HEAD/README.md -------------------------------------------------------------------------------- /cifar_wide_resnet_keras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritchieng/wideresnet-tensorlayer/HEAD/cifar_wide_resnet_keras.py -------------------------------------------------------------------------------- /cifar_wide_resnet_tl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritchieng/wideresnet-tensorlayer/HEAD/cifar_wide_resnet_tl.py --------------------------------------------------------------------------------