Qi Sun

Results 5 issues of Qi Sun

Dear authors, I've tried to run the tvm test: hawq_utils_resnet50.py but failed since your provided .pth files (https://drive.google.com/file/d/1Ldo51ZPx6_2Eq60JgbL6hdPdQf5WbRf9/view?usp=sharing) cannot match the dictionaries in hawq_utils_resnet50.py. This issue has been reported in...

Hi, How do you deal with input graph with different size, since once the assignment matrix S is learned,its size is fixed. How to solve different graphs with different number...

In some cases, the kernels are not executed by the main module. Not sure which part affects the inference. I have two kernels: `bn1.mlir` and `relu.mlir`. They are called in...

In `packed_conv2d_nchw` function, there're four reduction loops: `in_channel`, `kernel_h`, `kernel_w`, and `bitwidth`. When I try to move the output channel loop into the reduction loops, I get the error message:...

论文手册里对于公式编号的要求为:式(3-32) 但是latex模板里的输出结果没有前面的”式“,请问这个应该怎么修改?