pytorch-DPNs

August 30, 2017 ยท View on GitHub

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

overview

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 Chainer Implementation
  3. Keras Implementation by titu1994
  4. PyTorch Implementation by rwightman

Contents

  1. 1Original results on ImageNet-1k
  2. 2Acknowledgement
  3. 3Other Implementations