Skip to content

Commit

Permalink
upate
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhuang13 committed Oct 13, 2017
1 parent 64f90b0 commit e14ef7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ If you find DenseNet useful in your research, please consider citing:
0. [PyTorch Implementation](https://github.com/bamos/densenet.pytorch) by Brandon Amos.
0. [MXNet Implementation](https://github.com/Nicatio/Densenet/tree/master/mxnet) by Nicatio.
0. [MXNet Implementation (supporting ImageNet)](https://github.com/bruinxiong/densenet.mxnet) by Xiong Lin.
0. [MXNet Implementation] (https://github.com/miraclewkf/DenseNet) by miraclewkf.
0. [Tensorflow Implementation](https://github.com/YixuanLi/densenet-tensorflow) by Yixuan Li.
0. [Tensorflow Implementation](https://github.com/LaurentMazare/deep-models/tree/master/densenet) by Laurent Mazare.
0. [Tensorflow Implementation (with BC structure)](https://github.com/ikhlestov/vision_networks) by Illarion Khlestov.
Expand Down Expand Up @@ -149,6 +150,9 @@ See more details at [PyTorch documentation on models](http://pytorch.org/docs/to
### Keras, Tensorflow and Theano
Please see https://github.com/flyyufelix/DenseNet-Keras.

### MXNet
Please see https://github.com/miraclewkf/DenseNet.


## Wide-DenseNet for better Time/Accuracy and Memory/Accuracy Tradeoff

Expand Down

0 comments on commit e14ef7e

Please sign in to comment.