rnn-tutorial-rnnlm
rnn-tutorial-rnnlm copied to clipboard
Why the timestep is not used in the forward_propagation
When i use lstm in keras or tensorflow, they have different data strctures. When i compared this tutorial with keras, i found the 'timestep' is only used in the backward_propagation, but not in the forward_propagation is this right?