Shweta Garg

Results 2 comments of Shweta Garg

I am new to bidirectional LSTM, sorry if this is too trivial. I have some doubt in following lines: --- Stacked up BiDirectionLSTM layers --- model.add(BiDirectionLSTM(word_vec_len, 50, output_mode='concat', return_sequences=True)) model.add(BiDirectionLSTM(100,...

I used your trained model and ran predict script after following 2 steps: 1. installed Keras 2.0.6 2. git checkout 715221945416f312c253d88bf9ca2c1debef61d3 But I am getting following error: File "predict.py", line...