keras-team / keras

Deep Learning for humans
http://keras.io/
Apache License 2.0
61.92k stars 19.45k forks source link

Is there an implementation of Memory-Efficient Implementation of DenseNets on Keras ? #12873

Closed adelabdelli closed 3 years ago

adelabdelli commented 5 years ago

I am looking for an implementation for Memory-Efficient Implementation of DenseNets on Keras, i found the DenseNet implementation, but the Memory-Efficient Implementation of DenseNets on Keras i didn't, for details about Memory-Efficient Implementation of DenseNets on Keras, you will find them in the original paper here: https://arxiv.org/abs/1707.06990

Jingnan-Jia commented 4 years ago

I also looking for an implementation on keras. The original paper provided its implementations on PyTorch, MXNet, Torch, Caffe. I hope anyone who are interested in this technique can help to implement this technique on keras. Thanks.

Jingnan-Jia commented 4 years ago

https://github.com/joeyearsley/efficient_densenet_tensorflow

@adelabdelli This repo is a implementation on tensorflow. Hope it can help.