densecap-tensorflow icon indicating copy to clipboard operation
densecap-tensorflow copied to clipboard

LSTM implementation

Open mees opened this issue 6 years ago • 1 comments

Hi, I wanted to ask about the LSTM implementation as it looks a bit different to the original implementation, for example it is actually not necessary to use an tf.nn.dynamic_rnn for variable sized sequences, as the inputs are already padded to have the same length, right?

mees avatar Feb 01 '19 15:02 mees

Yes, the input is padded as the same length. I did not give much attention on the implementation, i just found out the one worked for me, so there may be more suitable way to do the job.

InnerPeace-Wu avatar Feb 21 '19 02:02 InnerPeace-Wu