trevor-m opened a new pull request #7753: URL: https://github.com/apache/tvm/pull/7753
Squeeze takes a list of ints, but keras frontend had a case where it used a single int which caused the following error: ``` TVMError: In function relay.op._make.squeeze: error while converting argument 1: [18:39:52] /home/ubuntu/incubator-tvm/include/tvm/runtime/packed_func.h:1618: ---------------------------------- ----------------------------- An internal invariant was violated during the execution of TVM. Please read TVM's error reporting guidelines. More details can be found here: https://discuss.tvm.ai/t/error-reporting/7793. --------------------------------------------------------------- Check failed: type_code_ == kTVMObjectHandle: expected Object but got int ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
