I am trying to use your QRNN model on my own dataset on colab, the fastain version I am using is 1.0.51 as in your notebook. I am using same qrnn configuration, yet I am getting this error:
ImportError: No module named 'forget_mult_cuda'
do you happen to know why