TVMError: Bind have an unmet assertion: T.bool(False), on argument data.strides[1]

Can anyone tell me how to solve this problem? I searched for information and it seems that I can solve this problem by modifying my tflite model. Can someone tell me how to modify my model based on this error?

After multiple modifications to the model, it was found that when the adjacent Conv2d and Deepwise Conv2d have a stride of 2, this error will be prompted