An open API service indexing awesome lists of open source software.

https://github.com/shunk031/chainer-pyramidnet

Chainer implementation of the paper "Deep Pyramidal Residual Networks" (https://arxiv.org/abs/1610.02915).
https://github.com/shunk031/chainer-pyramidnet

chainer chainerv3 cnn-architecture deep-learning imagenet network-architecture pyramidnet residual-networks

Last synced: 8 months ago
JSON representation

Chainer implementation of the paper "Deep Pyramidal Residual Networks" (https://arxiv.org/abs/1610.02915).

Awesome Lists containing this project

README

          

# A Chainer implementation for PyramidNets (Deep Pyramidal Residual Networks)

This repository contains a [Chainer](https://chainer.org/) implementation for the paper: [Deep Pyramidal Residual Networks](https://arxiv.org/pdf/1610.02915.pdf) (CVPR 2017, Dongyoon Han*, Jiwhan Kim*, and Junmo Kim, (equally contributed by the authors*)). The code in this repository is based on the example provided in PyTorch examples and the nice implementation of Densely Connected Convolutional Networks.

Three other implementations with [LuaTorch](http://torch.ch/), [Caffe](http://caffe.berkeleyvision.org/) and [PyTorch](http://pytorch.org/) are provided:
1. [A LuaTorch implementation](https://github.com/jhkim89/PyramidNet) for PyramidNets,
2. [A Caffe implementation](https://github.com/jhkim89/PyramidNet-caffe) for PyramidNets.
3. [A PyTorch implementation](https://github.com/dyhan0920/PyramidNet-PyTorch) for PyramidNets.

## Requirements

- Chainer 3.2.0+
- CuPy 2.2.0+