tf.nn.rnn_cell.OutputProjectionWrapper

class tf.nn.rnn_cell.OutputProjectionWrapper

Operator adding an output projection to the given cell.

Note: in many cases it may be more efficient to not use this wrapper, but instead concatenate the whole sequence of your outputs in time, do the projection on this batch-concatenated sequence, then split it if needed or directly feed into a softmax.

doc_TensorFlow
2016-10-14 13:08:36
Comments
Leave a Comment

Please login to continue.