zhangkui

Results 5 issues of zhangkui

File "D:\anaconda3\lib\site-packages\tflite2onnx\layout.py", line 27, in transform output = transform(input, self.source, self.target) File "D:\anaconda3\lib\site-packages\tflite2onnx\layout.py", line 16, in transform transfrom_axis = [input[p] for p in perm] File "D:\anaconda3\lib\site-packages\tflite2onnx\layout.py", line 16, in transfrom_axis...

bug

use tflite2onnx to transform the tflite model to onnx model and I test the onnx model, but error is acoureed: onnxruntime.capi.onnxruntime_pybind11_state.InvalidGraph: [ONNXRuntimeError] : 10 : INVALID_GRAPH : Load model from...

bug
Operator

**Describe the bug**: **Environment**: - NNI version: - Training service (local|remote|pai|aml|etc): - Python version: - PyTorch version: - Cpu or cuda version: **Reproduce the problem** - Code|Example: - How to...

feature request
need more info
software

pytorch模型通过pnnx转到ncnn,运行发现ncnn的ConvolutionDepthWise算子在算卷积时,把我的d维数据丢了,输出d=1,是目前还不支持[d, c, h, w]的数据卷积吗