Skip to content

Instantly share code, notes, and snippets.

@charlieoneill11
Created January 11, 2022 00:26
Show Gist options
  • Save charlieoneill11/99b230bccab1eafed3bdc4f5eb5c8b37 to your computer and use it in GitHub Desktop.
Save charlieoneill11/99b230bccab1eafed3bdc4f5eb5c8b37 to your computer and use it in GitHub Desktop.
test_input = torch.from_numpy(y[:3, :-1]) # (3, 999)
test_target = torch.from_numpy(y[:3, 1:]) # (3, 999)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment