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