Closed w-tingting closed 3 years ago
Can you give us a complete reproducible script?
@masahi After researching, I think it is a problem of quantized grouped convolution, and it cannot be quantified in multiple groups. Please refer to #7878 for the specific reproducible script.
Will continue at https://github.com/apache/tvm/issues/7878
Hi! I quantified a model with Pytorch, and I am stuck with a problem in the process of transforming this model with TVM.The code is as follows:
The problem may arise in the code
mod, params = relay.frontend.from_pytorch(script_module, input_shapes)
The error is as follows:As it said,I run it again after adding the
TVM_BACKTRACE=1
and I get the error:How can I solve this problem? Looking forward to your replay. Thank you!