-
Notifications
You must be signed in to change notification settings - Fork 134
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
additional details on ResNet20 (low rank) #29
Comments
|
Thanks a lot, and what is the accuracy of this model? Is is 7.97% as you report in paper? Or it is something else, and in paper plot was for one particular regularization value and acc was for another. Could you please elaborate? And one more question, you gave 19 values, but network has 22 layers, does it mean that for other layer no parametrization happens? |
It's the one in Figure 5, 8.82% for baseline and 9.57% for ours. Force regularization is only applied on conv layers and indexed in order in the table. |
What is the lambda value you used to obtain that result? I don't see any particular values in any of the scripts. |
Would you please share speed up ratios and final ranks on ResNet20 (CIFAR) obtained in Coordinating Filters for Faster Deep Neural Networks paper?
The text was updated successfully, but these errors were encountered: