Skip to content
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

flops_percentage unaccurate #1

Open
PatGlan opened this issue Jan 8, 2024 · 0 comments
Open

flops_percentage unaccurate #1

PatGlan opened this issue Jan 8, 2024 · 0 comments

Comments

@PatGlan
Copy link

PatGlan commented Jan 8, 2024

Hello,
I just tried to reimplemented your Method, but it turns out, that the resulting total pruning-ratio of 91% ("total percentage: 91.200"), although I set the parameter "pruning_flops_percentage=0.5". Do you know, why the resulting-prune-ratio is that appart from the goal of 50%?
What do I have to change to end up with the goal-ratio?

Here are my trainings-settings:
I used all parameter as described in the readme for your pruning-procedure, except that I changed the dataloader.
For simplicity I replaced the dataloader of Imagenet by the standard Dataloader of CIFAR100 of pytorch, but rescaled the image to size 224. Since, I haven't got a pretrained model for CIFAR100, I did not used a pretrained model (flag: --fine_tune).

Can you help me with that problem?

best regards
Patrick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant