trigeorgis/mdm

No rnn module in the code

ShownX opened this issue · 0 comments

Hey George,

I study your code for a while, but there is no RNN in the model definition.

In the tensorflow, we always use:

cell = rnn_cell.BasicLSTMCell()
output, state = tf.nn.rnn()

to define a LSTM cell.
But in your code, there is only two fully_connected layer in the rnn scope.
Could you pls give me an instruction on that?