ShichenLiu / CondenseNet

CondenseNet: Light weighted CNN for mobile devices
MIT License
694 stars 131 forks source link

Accuracy in comparison with DenseNet? #20

Closed John1231983 closed 5 years ago

John1231983 commented 5 years ago

Thanks for sharing your work. I am working with Densenet in the non-mobile environment (such as supper computer, self-driving...) for classification task. I am wondering about Condensenet and DenseNet performance in accuracy. Do you think which network should I used in term of accuracy, densenet or condensenet? Thanks for your advice

ShichenLiu commented 5 years ago

Hi, Thanks for your interests in our work! I think if you consider computational power as your bottleneck, you could try CondenseNets. Otherwise, you could try DenseNets.