-
Notifications
You must be signed in to change notification settings - Fork 115
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
The linearRegression for resnet-50 is to slow and reward is low. #22
Comments
Hello if you don't mind, could you share your implementation of conv3*3 linearRegression, please? hope you can share the code |
you can implement the conv3*3 Linear Regression according to the Intel implementation: But it's not recommended becasue the regression progress is pretty slow, and the reward value is low for resnet-50, if the network is larger the worse. |
Hello, your suggestion is that retrain whole pruned network after pruning whole layers? |
Hi all,
I use the im2col to implement the conv3*3 linearRegression, but the prune speed is slow, it takes about 2 days to finish 800 steps train. The reward is converage, but the acc reward is low (prune 50%) , the best acc is about 8%。 the resnet-18 is better acc highest reward is 23%. Is this phenomenon normal ?
The text was updated successfully, but these errors were encountered: