Lyken17 / SparseNet

[ECCV 2018] Sparsely Aggreagated Convolutional Networks https://arxiv.org/abs/1801.05895
MIT License
125 stars 25 forks source link

Sparse ResNet implementation #11

Closed CloudApiStudy closed 4 years ago

CloudApiStudy commented 5 years ago

I'm wondering whether there's a Sparse ResNet implementation, which is also referred in the paper. I've tried to implement ResNet50 in the similar way as your DenseNet example, but only achieves 90% accuracy on Cifar10. Is there an additional transition layer required between each residual block?

Looking forward to your reply.