Keras-IndRNN icon indicating copy to clipboard operation
Keras-IndRNN copied to clipboard

Implementation of IndRNN in Keras

Results 3 Keras-IndRNN issues
Sort by recently updated
recently updated
newest added

Dear Majumdar, I used your code and works well. When I standadized my data between -1 and 1, it gives error: InvalidArgumentError: indices[40,496] = -1 is not in [0, 20000)...

hello, I want to train indRNN on data added down an instance of that data, what am I doing wrong please let me know. its a training X (input) data...

Hi, I have uploaded my code of IndRNN to GitHub as well as some running examples using it. https://github.com/Sunnydreamrain/IndRNN_Theano_Lasagne Since there are a few items in your to-do list, I...