udacity / dlnd-issue-reports

5 stars 0 forks source link

output reshaping in Anna KaRNNa exercise is confusing #525

Closed lcrucks closed 6 years ago

lcrucks commented 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

lcrucks commented 6 years ago

Internal ticket: https://udacity.atlassian.net/browse/DLND-1410