Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oyam/pytorch-DPNs

Pytorch Imprementation of Dual Path Networks
https://github.com/oyam/pytorch-DPNs

Last synced: 8 days ago
JSON representation

Pytorch Imprementation of Dual Path Networks

Awesome Lists containing this project

README

        

# pytorch-DPNs
Pytorch Imprementation of Dual Path Networks modified from [https://github.com/pytorch/examples/tree/master/imagenet](https://github.com/pytorch/examples/tree/master/imagenet).

![overview](imgs/overview.png)

## Original results on ImageNet-1k

## Acknowledgement
A part of the code is based on implementation of [cypw/DPNs](https://github.com/cypw/DPNs)

## Other Implementations
0. [MXNet Implementation](https://github.com/cypw/DPNs) by cypw
1. My [Chainer Implementation](https://github.com/oyam/chainer-DPNs)
2. [Keras Implementation](https://github.com/titu1994/Keras-DualPathNetworks) by titu1994
3. [PyTorch Implementation](https://github.com/rwightman/pytorch-dpn-pretrained) by rwightman