fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"
MIT License
17.95k stars 8.48k forks source link

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

Open weichenxi87 opened 2 years ago

weichenxi87 commented 2 years ago

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 2 years ago

YES!!! I have received your E-mail——Steven Lee