-
Notifications
You must be signed in to change notification settings - Fork 14
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 size of model become larger #4
Comments
What is the version of Tensorflow and Keras? |
tensorflow 1.8 and keras 2.24 |
Then I would advice to change to the newest version of Tensorflow and try out with that. It is defined in the requirements: https://github.com/gaborvecsei/Ridurre-Network-Filter-Pruning-Keras/blob/master/requirements.txt#L1 With this version it can happen that the |
@zhengmiao1996 at last it works? now i also want to have a try to prune the resnet network |
Has this problem solved? I got the same situation, I have trained the FER plus datasets by your example(model_pruning_example) but use the origin resnet not yours, then I got a 280M model |
As we know resnet50 is 94M, but when I load the model and retrain it for several epochs, it become 280M, I don't know why because I model.summary() the .h5 and see the parameters are same. Thank you very much.
The text was updated successfully, but these errors were encountered: