Awesome
pytorch-DPNs
Pytorch Imprementation of Dual Path Networks modified from https://github.com/pytorch/examples/tree/master/imagenet.
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
- MXNet Implementation by cypw
- My Chainer Implementation
- Keras Implementation by titu1994
- PyTorch Implementation by rwightman