Error occured when convert pytroch model to relay

Hello. When I convert a pytorch model including a GRU into the relay, a segment fault occured. It maybe a bug of the TVM converting code. After I remove the GRU from the model, the conversion can be made without error. The model code is as below:

How to fix it