bidirectional_RNN
bidirectional_RNN copied to clipboard
Issue with theano utils
Hi,
Latest version of keras has no support for theano utils, is there any alternative for this:
Traceback (most recent call last):
File "cnn_blstm.py", line 28, in
I have stopped keeping track of the latest keras, however if you want to just play with lstm, you can also checkout also mozi bilstm https://github.com/hycis/Mozi/blob/master/example/imdb_bilstm.py It's been tested to work on a few papers.
all the utils stuff got moved to backend, apparently.
http://keras.io/backend/