Qingchao Shen
Qingchao Shen
For the LSTM below, when `batch_size != 1` (i.e., the size of first dimension input), compiling will lead to an unexpected crash and throw `Check failed: *axis_ptr == 1 (2...
The PyTorch model with `hardswish` operator and input_dtype=float64 crashed when load to relay. ## Actual behavior ``` data types float64 and float32 do not match in BroadcastRel data types float64...
### Actual behavior  What actually happened ### Environment Any environment details, such as: Operating System, TVM version, etc ### Steps to reproduce ``` import tvm import tvm.relay as relay...
### OpenVINO Version openvino-nightly 2023.2.0.dev20231101 ### Operating System Ubuntu 18.04 (LTS) ### Device used for inference BATCH ### Framework ONNX ### Model used https://github.com/jikechao/onnx_models/blob/main/SoftmaxCrossEntropyLoss.onnx ### Issue description The given model...
### OpenVINO Version openvino-nightly 2023.2.0.dev20231101 ### Operating System Ubuntu 18.04 (LTS) ### Device used for inference CPU ### Framework ONNX ### Model used https://github.com/jikechao/onnx_models/blob/main/RandomUniformLike.onnx ### Issue description For the type...
### OpenVINO Version openvino-nightly 2023.2.0.dev20231101 ### Operating System Ubuntu 18.04 (LTS) ### Device used for inference CPU ### Framework ONNX ### Model used https://github.com/jikechao/onnx_models/blob/main/Bernoulli.onnx ### Issue description  The conversion...
### Actual behavior ```shell ... [09:37:39] /software/tvm/src/runtime/relax_vm/vm.cc:735: pc = 21, execute: vm.builtin.alloc_tensor Segmentation fault (core dumped) ``` ### Steps to reproduce ```python import tvm from tvm import relax import numpy...
When the output tensor is in the form of (10), TVM will crash unexpectedly as follows. This PR adds a rule to convert the (10) to (10,) to avoid such...
✕ [API Error: 400 String value length (20054016) exceeds the maximum allowed (20000000, from `StreamReadConstraints.getMaxStringLength()`)]