We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug is introduced in #3234. This condition https://github.com/dmlc/tvm/blob/f6acf2e5f51f9ac48f8d13e095805b7fe3f74bcf/python/tvm/relay/quantize/quantize.py#L324 is always False because cfg.required_pass is tvm.container.Array
False
cfg.required_pass
tvm.container.Array
cc @zhiics
The text was updated successfully, but these errors were encountered:
Thanks for pointing out. I will fix this later by moving the whole function to the pass manager after #3251 is merged.
Sorry, something went wrong.
ping @zhiics @vinx13 let us fix this asap
Sorry, I am traveling today. I will fix it tomorrow.
#3283
solved by #3283
No branches or pull requests
This bug is introduced in #3234.
This condition https://github.com/dmlc/tvm/blob/f6acf2e5f51f9ac48f8d13e095805b7fe3f74bcf/python/tvm/relay/quantize/quantize.py#L324 is always
False
becausecfg.required_pass
istvm.container.Array
cc @zhiics
The text was updated successfully, but these errors were encountered: