Results 2 comments of Marouane Ben Romdhane

Hi, I don't know if you are still interested, but because I had the same problem, I thought maybe I would share my implementation: `model.add(LSTM(output_dim=64, return_sequences=True))` `model.add(TimeDistributed(Dense(1, activation='softmax'))` `model.add(GlobalAveragePooling1D())` The...

I'm sorry it has been a long time since I implemented it, so I don't have the code anymore. But I believe if you replace the last three lines of...