alnah005 commented on issue #9908:
URL: https://github.com/apache/tvm/issues/9908#issuecomment-1010606856
Code to reproduce:
```
import onnx
from tvm import relay
m = onnx.load("dense_h32_w32_c3_sNone_pNone_kNone.pt_quant.onnx")
relay.frontend.from_onnx(m)
```
Error:
```
AssertionError: Cannot squeeze tensor shape (20,) to scalar form.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]