deep_qa icon indicating copy to clipboard operation
deep_qa copied to clipboard

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

Open matt-gardner opened this issue 7 years ago • 0 comments

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...

matt-gardner avatar Apr 20 '17 18:04 matt-gardner