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 omchaithanyav/23e6b6d33eef8f10a8bcb760d8c6ae1e to your computer and use it in GitHub Desktop.
Save omchaithanyav/23e6b6d33eef8f10a8bcb760d8c6ae1e to your computer and use it in GitHub Desktop.
img = img.reshape(-1,256,256,3)
predict_class = new_model.predict_classes(img)
categories[predict_class[0]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment