Skip to content
Ishant Mrinal Haloi edited this page Jul 4, 2016 · 1 revision

Welcome to the Deep_Residual_Network wiki! Implementation of deep residual networks with inception bottleneck in Lasagne

Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun, "Identity Mappings in Deep Residual Networks", http://arxiv.org/abs/1603.05027

Implemented various bottleneck architecture, dropout bottleneck etc Proposed new bootleneck architecture using modified Inception module

Resnet Implementation in Python, Lasagne

Usage

THEANO_FLAGS=device=gpu0,floatX=float32 python resnetcifar.py [options]

Clone this wiki locally