Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save um4ng-tiw/7b97826198983ac566cd5442e33e189a to your computer and use it in GitHub Desktop.
Save um4ng-tiw/7b97826198983ac566cd5442e33e189a to your computer and use it in GitHub Desktop.
p = model.predict(y_test[:10])
pred = np.argmax(p, axis = 1)
print(pred)
print(y_lab[:10])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment