-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the network inflation factors #7
Comments
you don't have to inflate the network but it improves accuracy. WRPN paper: https://arxiv.org/abs/1709.01134 |
@itayhubara Thank you very much for your quick reply and help. The reference is really useful. |
@itayhubara It seems like that for VGG_CIFAR10, the attained accuracy for the inflated network doesn't improve very much (limited to 1%). Are there any reasons to explain this? |
VGG_CIFAR10 is a very large network to begin with... |
As I find out in the code, layers in VGG network, ResNet have an inflation factor.
Could someone please help clarify this?
Why need to inflate the network? Is there a reference to address this question?
I also checked the tensorflow repo for the BNN network, there's no inflation factor.
The text was updated successfully, but these errors were encountered: