Home

Awesome

pytorch-DPNs

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

overview

Original results on ImageNet-1k

<img src='imgs/original-results-on-imagenet1k.png' width="700px"/>

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