Skip to content

Instantly share code, notes, and snippets.

@Adityanagraj
Created May 29, 2020 14:15
Show Gist options
  • Save Adityanagraj/3ffd53a5b50d5ccf03832b414ec5be2f to your computer and use it in GitHub Desktop.
Save Adityanagraj/3ffd53a5b50d5ccf03832b414ec5be2f to your computer and use it in GitHub Desktop.
x = torch.arange(1., 10)
x
x.unfold(0,2,1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment