Pytorch -> onnx ->tvm accuracy reduce

I saved pytorch model to onnx and convert to tvm. model contain lstm and cnn ops. the accuracy reduce 5 percents. I am sure the data processing is the same pipline.

Does the accuracy loss is normal result or some thing wrong here?