Closed BigHeartC closed 5 years ago
- Set a larger value of recursion limit, e.g., 20000
- When RNN is processing the very long sequences, the BPTT is time-consuming and this is a probable reason that the program didn't output anything for a long time. May you can change BPTT to truncated BPTT and see what happen.
Thank Lixin, the first is work for me!
hello, Lixin. Thanks for your code firstly. when I run TNet on a new dataset which is much longer than 14semeval and max length is 613, I met an error as below :
I follow the advice in https://github.com/Theano/Theano/issues/689 and add code as below, but it didn't output anything for a long time.
How to fix this error in TNet when run on dataset with long text? Could you give me some advice? thx~