Skip to content

Instantly share code, notes, and snippets.

@siddharthganjoo
Created September 4, 2021 09:24
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 siddharthganjoo/99360c4f3296d4a33bf3e8c5dd8cfac1 to your computer and use it in GitHub Desktop.
Save siddharthganjoo/99360c4f3296d4a33bf3e8c5dd8cfac1 to your computer and use it in GitHub Desktop.
results=model.predict(x_test)
results=np.argmax(results, axis=1)
results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment