-
Notifications
You must be signed in to change notification settings - Fork 27
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
Training time too long #6
Comments
It takes about 2 days to prune the ResNet-18 with pruning rate of 0.7. It takes a bit long time. We will improve the efficiency of the algorithm soon. |
Are you sure??? Then how do you set the epochs of block-wise and network-wise finetuning respectively??? (on ImageNet dataset) |
This time does not contain network-wise finetuning. Network-wise finetuning takes about 1 day. We set 20 epochs in block-wise finetuning and 60 epochs in network-wise finetuning. To accelerate the pruning, you can set fewer epochs in block-wise finetuning. |
I really appreciate for your patient reply. :) |
It should be noted that we only use subset of imagenet. Therefore, you should set max_sample to 10000. |
Thanks for your work. When I want to reproduct the channel pruning example, I found that in |
I'm trying to reproduce your experimental results on ImageNet, however I find that training resnet networks really takes super long time !!! So I want to know how much time did you use to train resnet on ImageNet dataset??? Thanks !!!
The text was updated successfully, but these errors were encountered: