Zhide-Zhou

Results 37 issues of Zhide-Zhou

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question ppyolo_mbv3_large_coco模型转化为onnx后infer_shapes失败,报如下错误: `onnx.onnx_cpp2py_export.shape_inference.InferenceError: [ShapeInferenceError] (op_type:Gather, node name: Gather_12):...

After load the dataset, I find that there are some redundant tags, like "\ \ ...... \ \ ". In addition, I found it is hard to calculate the metrics...

# Bug Report ### Is the issue related to model conversion? yes ### Describe the bug For the following onnx model, ![Image](https://github.com/user-attachments/assets/9cca9423-4518-4e78-a1b7-e4b62cbd4fee) the shape of result should be 1x3x1x1. But...

bug
good first issue
module: shape inference
contributions welcome

### Expected behavior The onnx frontend should import the model correctly. ### Actual behavior For the following model, it can be executed by onnxruntime. ![Image](https://github.com/user-attachments/assets/c6f4e5e1-4795-4d22-a691-fd2a24c6b262) the results of onnxruntime are...

type: bug
needs-triage

### Expected behavior TVM should run the model correctly. ### Actual behavior When compiling and running the model, TVM crashes: ```c !!!!!!! TVM FFI encountered a Segfault !!!!!!! File "",...

type: bug
needs-triage

### Expected behavior The onnx frontend should import the model correctly. ### Actual behavior For the following model, the onnx frontend cannot import it. ![Image](https://github.com/user-attachments/assets/46b3f015-c7d7-4951-9d52-4de3800ae470) ```c tvm_model = from_onnx(model, keep_params_in_input=True)...

type: bug
needs-triage

### Expected behavior TVM should output consistent results for the CPU and GPU targets. ### Actual behavior For the following model: ![Image](https://github.com/user-attachments/assets/a95460b1-d289-4885-9d82-8ef27f993927) when compile the model for the CPU target,...

type: bug
needs-triage

### Expected behavior LegalizeOps should process the LayerNormalization of valid onnx model correctly. ### Actual behavior The onnx model can be run by onnxruntime and outputs the following results: ```c...

type: bug
needs-triage

### Expected behavior The onnx frontend should import the model correctly. ### Actual behavior When importing the onnx model, tvm crashes as follows: ```c Error converting operator BitwiseNot, with inputs:...

type: bug
needs-triage

### Expected behavior The onnx frontend should import the model correctly. ### Actual behavior For the following model, the onnx frontend cannot import it. ![Image](https://github.com/user-attachments/assets/9fee0813-1558-47cb-a479-2f07ff6a871a) ```c Error converting operator LayerNormalization,...

type: bug
needs-triage