You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.