ShichenLiu / CondenseNet

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

Group lasso regularization effect for ImageNet #29

Closed lizhenstat closed 5 years ago

lizhenstat commented 5 years ago

Hi, the paper states that the group lasso term is added to the total cost function, with the coefficient of 1e-5 on ImageNet Dataset. Have you compared the model without group lasso term on the same Dataset? In other words, the group lasso term improves the final validation accuracy by how much percent?

Thanks in advance

ShichenLiu commented 5 years ago

Hi there,

I don't have the concrete numbers at hand. But the accuracy on ImageNet is improved by ~0.5% by using the group lasso.

lizhenstat commented 5 years ago

Thanks a lot!