Skip to content

Instantly share code, notes, and snippets.

@vinimonteiro
Created December 17, 2021 15:02
Show Gist options
  • Save vinimonteiro/84e3dbbe03450863b39fe2de34135685 to your computer and use it in GitHub Desktop.
Save vinimonteiro/84e3dbbe03450863b39fe2de34135685 to your computer and use it in GitHub Desktop.
nn_pytorch_playing
plt.imshow(X[1].view(28,28))
plt.show()
print(torch.argmax(model(X[1].view(-1, 784))[0]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment