Closed rorycawley closed 5 years ago
I also find this problem,and can't find solutionfor it
I find the reason of this problem is keras2.1.6 remove _gemerate_dropout_ones,and it out of index
I think u can try using keras2.1.5, that can run.
generate_dropout_ones
has been depreciated and K.ones_like()
is used in turn. Refer issue #9892 in keras.
Changes have already been made in the code and this issue might now be closed if you deem fit. @titu1994
I'm using Keras 2.1.5 but i am getting this error when I try to run IndRNN:
ImportError Traceback (most recent call last)