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
Sometimes it's convenient to do stuff like y = x[::-1] to inverse the order of the elements of a tensor, even on another axis like: y = x[:, ::-1]
Would it be possible to add this feature to pytorch?
aserdega, DIYer22, chrischoy, khanhptnk, lonelyandrew and 83 more