taki0112 / Densenet-Tensorflow

Simple Tensorflow implementation of Densenet using Cifar10, MNIST
MIT License
506 stars 196 forks source link

growing filter #15

Open theblackcat102 opened 6 years ago

theblackcat102 commented 6 years ago

I notice your models doesn't have increasing filter as the original paper where each convolution layer in dense block has an increasing number of filter. Have you tried adding it and compare the difference?

Dense Net original implementation of dense block https://github.com/liuzhuang13/DenseNet/blob/master/models/DenseConnectLayer.lua