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

Error during Quantizing MobileNetV2 #57

Open
preetam19 opened this issue Nov 28, 2020 · 1 comment
Open

Error during Quantizing MobileNetV2 #57

preetam19 opened this issue Nov 28, 2020 · 1 comment
Assignees

Comments

@preetam19
Copy link

preetam19 commented Nov 28, 2020

I am trying to quantize MobilnetV2 using 4-bit width, but when I run print_qstats(model), I am getting an error "A merge layer should be called on a list of inputs"
Capture2

Additionally, is there a way to implement Relu6 from Qkeras? I am also trying to implement 2-bit Quantization model in the same architecture, and the accuracy is very low ( fluctuating between 15-20% accuracy). I was wondering if you have any tips for full 2 bit quantization model. I have for now been using "QConv2D(kernel_quantizer=quantized_bits(2,2),
bias_quantizer=quantized_po2(2))" with respective activation functions and Batchnormalization

@preetam19
Copy link
Author

Sorry, I accidentally closed the issue.

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

3 participants