Skip to content

shunk031/chainer-PyramidNet

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

A Chainer implementation for PyramidNets (Deep Pyramidal Residual Networks)

This repository contains a Chainer implementation for the paper: Deep Pyramidal Residual Networks (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, Caffe and PyTorch are provided:

  1. A LuaTorch implementation for PyramidNets,
  2. A Caffe implementation for PyramidNets.
  3. A PyTorch implementation for PyramidNets.

Requirements

  • Chainer 3.2.0+
  • CuPy 2.2.0+