OriAlpha opened a new issue #4266: An internal invariant was violated while typechecking your program URL: https://github.com/apache/incubator-tvm/issues/4266 I am trying to port a small lstm network to TVM version when I try to convert i see following errors. In main: v0.0.4 fn (%lstm_1_input: Tensor[(28, 28), float32]) { %0 = zeros_like(%lstm_1_input); sum(%0, axis=[1, 2]) an internal invariant was violated while typechecking your program [14:22:43] /home/suhas/Documents/tvm/src/relay/op/tensor/reduce.cc:66: Check failed: axis < indim: Axis out of bounds in reduce operator. ; } Does anyone have an Idea about these.
---------------------------------------------------------------- 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] With regards, Apache Git Services
