Closed lcrucks closed 6 years ago
A student surfaced this (old) forum post today: https://discussions.udacity.com/t/i-still-dont-understand-the-output-reshape-part/246517/10
The general gist is that seq_output = tf.concat(lstm_output, axis=1) seems to be unnecessary
seq_output = tf.concat(lstm_output, axis=1)
Internal ticket: https://udacity.atlassian.net/browse/DLND-1410
A student surfaced this (old) forum post today: https://discussions.udacity.com/t/i-still-dont-understand-the-output-reshape-part/246517/10
The general gist is that
seq_output = tf.concat(lstm_output, axis=1)
seems to be unnecessary