liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
Each layer connects directly to every preceding layer within dense blocks, concatenating feature maps rather than summing them, enabling efficient feature reuse with significantly fewer parameters than ResNets. The architecture includes bottleneck variants (DenseNet-BC) with 1×1 convolutions and channel compression, plus memory-optimized implementations that reduce GPU footprint through gradient sharing and custom layer designs. Built on Torch with extensive cross-framework ports (PyTorch, TensorFlow, Caffe, MXNet, Keras), making it widely accessible for image classification and derivative tasks like semantic segmentation and object detection.
4,855 stars. No commits in the last 6 months.
Stars
4,855
Forks
1,069
Language
Lua
License
BSD-3-Clause
Category
Last pushed
Jan 09, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/liuzhuang13/DenseNet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.
BIGBALLON/cifar-10-cnn
Play deep learning with CIFAR datasets
titu1994/DenseNet
DenseNet implementation in Keras
gpleiss/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets
raghakot/keras-resnet
Residual networks implementation using Keras-1.0 functional API