Chainer Imprementation of Dual Path Networks modified from https://github.com/chainer/chainer/tree/master/examples/imagenet.
Chainer 2.0.1
A part of the code is based on implementation of cypw/DPNs
- MXNet Implementation by cypw
- My PyTorch Implementation
- Keras Implementation by titu1994
- PyTorch Implementation by rwightman