|
|
|
|
|
by greato
3266 days ago
|
|
I read the article and seems to be well-written though lacking. For even more customized RNNs such as attention mechanism, beam search as in Seq2Seq, you'll need to skip the tf.dynamic_rnn abstraction and use a symbolic loop directly: tf.while_loop |
|