fchollet/deep-learning-with-python-notebooks

chapter6.3 bidirectionRNN about yield samples[:, ::-1, :], targets

weichenxi87 opened this issue · 1 comments

as the book says yield samples[:, ::-1, :], targets. why the targets does not change as targets[::-1], I get it,sample.shape is (128,120,14),five days record time point 120,reverse read 120 time piont datas makes no diffrences to the targerts.

ifond commented