[Apache TVM Discuss] [Development] Can `slice` from relay support empty result?

2020-09-11 Thread ccj159 via Apache TVM Discuss
Test model is MobileNetV3, use TF to load saved model to test, it works right. For tf.strided_slice(input_, begin, end, strides=None, ) , if begin > end, it will return empty list [] instead of raising an error. --- [Visit Topic](https://discuss.tvm.apache.org/t/can-slice-from-rela

[Apache TVM Discuss] [Development] Can `slice` from relay support empty result?

2020-09-10 Thread ccj159 via Apache TVM Discuss
@heliqi @lsy643 I encountered a similar problem, did you solve it ? this error: ```shell strided_slice(%307, meta[relay.Constant][0], meta[relay.Constant][1], meta[relay.Constant][2], begin=[0, 3, 0, 0], end=[1, 0, 1, 512], strides=[1, 1, 1, 1]) an internal invariant was violated while t