tensorflow-multi-dimensional-lstm
tensorflow-multi-dimensional-lstm copied to clipboard
Multi dimensional LSTM as described in Alex Graves' Paper https://arxiv.org/pdf/0705.2011.pdf
Results
1
tensorflow-multi-dimensional-lstm issues
Sort by
recently updated
recently updated
newest added
Hello, First of all thanks for your work, it is to my knowledge the first public attempt at defining a multidimensional while_loop. If I understood your implementation, each cell of...