allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 133 forks source link

Make an LSTM / GRU layer that uses `tf.dynamic_rnn` instead of `K.rnn` #304

Open matt-gardner opened 7 years ago

matt-gardner commented 7 years ago

The intent being that it should probably be a lot faster. I think Matt Peters already has one of these that we can just use.

Though, with the dynamic padding that we're doing now, maybe this isn't as necessary...