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

PRUNING #378

Open
NonlinearNimesh opened this issue Oct 13, 2021 · 1 comment
Open

PRUNING #378

NonlinearNimesh opened this issue Oct 13, 2021 · 1 comment

Comments

@NonlinearNimesh
Copy link

HI, I want to shrink the size of the trained east model with pruning, can anyone please tell me how I can do this. I tried quantization but after implementing the quantization size of the model is 30MB approx. I Want the size to be around 10MB.

Thanks

@francotheengineer
Copy link

TF Lite Quantization with TF optimization . This is a non-trivial task and you may see better results using a smaller backbone (ResNet50 is not small). Maybe MobileNet as a feature extractor - you'll have to figure the best layers to use as embeddings.

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

2 participants