youngwanLEE / wide-residual-inception-networks

WR-Inception Network (IV`17)

Home Page:https://arxiv.org/abs/1702.01243

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for Wide-Residual-Inception Networks

This code was implemented for Wide-Residual-Inception-Networks(WR-Inception Networks)

This code incorporates materials from:

"Wide Residual Networks", http://arxiv.org/abs/1605.07146 (https://github.com/szagoruyko/wide-residual-networks)
authored by Sergey Zagoruyko and Nikos Komodakis

fb.resnet.torch (https://github.com/facebook/fb.resnet.torch)
Copyright (c) 2016, Facebook, Inc.
All rights reserved.

Test error (%, flip/translation augmentation) on CIFAR:

Network CIFAR-10 CIFAR-100
pre-ResNet-164 5.46 24.33
pre-ResNet-1001 4.92 22.71
WRN-16-4 5.37 24.53
WR-Inception 5.04 24.16
WR-Inception-l2 4.82 23.12

About

WR-Inception Network (IV`17)

https://arxiv.org/abs/1702.01243


Languages

Language:Lua 87.2%Language:Python 8.2%Language:Jupyter Notebook 3.4%Language:Shell 1.2%