Skip to content

Instantly share code, notes, and snippets.

@jeetaf
Created June 29, 2021 11:39
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 jeetaf/e79c877175eab4f345dc364087685cd2 to your computer and use it in GitHub Desktop.
Save jeetaf/e79c877175eab4f345dc364087685cd2 to your computer and use it in GitHub Desktop.
test_predictions = model.predict_classes(x_test)
print(test_predictions[:10])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment