HadoopIt / rnn-nlu

A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling
483 stars 171 forks source link

Why not use dynamic rnn? #14

Open Ailln opened 6 years ago

Ailln commented 6 years ago

Hi, I think dynamic rnn is more convenient to use, why use static? @HadoopIt