chainer-DPNs

August 30, 2017 ยท View on GitHub

Chainer Imprementation of Dual Path Networks modified from https://github.com/chainer/chainer/tree/master/examples/imagenet.

overview

Requirements

Chainer 2.0.1

Original Results on ImageNet-1k

Acknowledgement

A part of the code is based on implementation of cypw/DPNs

Other Implementations

  1. MXNet Implementation by cypw
  2. My PyTorch Implementation
  3. Keras Implementation by titu1994
  4. PyTorch Implementation by rwightman

Contents

  1. 1Requirements
  2. 2Original Results on ImageNet-1k
  3. 3Acknowledgement
  4. 4Other Implementations