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