-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[TVM][RELAY] Incomplete quantize annotate #2818
Comments
@ZihengJiang we missed the case where lhs_kind is QInput and rhs_kind is None in multiply_rewrite |
ehsanmok
changed the title
[TVM][RELAY] lousy error for quantize annotate
[TVM][RELAY] Incomplete error for quantize annotate
Mar 15, 2019
ehsanmok
changed the title
[TVM][RELAY] Incomplete error for quantize annotate
[TVM][RELAY] Incomplete quantize annotate
Mar 15, 2019
@ZihengJiang any good news on this? |
Fix: #2848 |
@vinx13 thanks! now there's this issue quantizing "yolo3_mobilenet1.0_coco" loaded from gluoncv:
|
@ehsanmok I also met this before. We need to quantize all fields in case that there are float fields in concat. I will make a pr soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I changed the
compile
function in deploy ssd gluoncv tutorial to have default quantization passand then
failed with
multiply_rewrite
.cc @ZihengJiang @vinx13
The text was updated successfully, but these errors were encountered: