Why the timestep is not used in the forward_propagation
Tongjilibo opened this issue · comments
Bo仔很忙 commented
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?