clive819 / DenseNet

PyTorch implementation of DenseNet with some modification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DenseNet Backbone

This is a PyTorch implementation of Densely Connected Convolutional Networks (DenseNet) exclude the fully connected layers.

Citations

The following is a BibTeX entry for the DenseNet paper that you should cite if you use this model.

@article{Huang2016Densely,
  author = {Huang, Gao and Liu, Zhuang and Weinberger, Kilian Q.},
  title = {Densely Connected Convolutional Networks},
  journal = {arXiv preprint arXiv:1608.06993},
  year = {2016}
}

About

PyTorch implementation of DenseNet with some modification

License:MIT License


Languages

Language:Python 100.0%