Skip to content

Instantly share code, notes, and snippets.

@Sachin-crypto
Created December 18, 2022 08:37
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 Sachin-crypto/c114ccc2c0dc2b9af8250ef01eab8b93 to your computer and use it in GitHub Desktop.
Save Sachin-crypto/c114ccc2c0dc2b9af8250ef01eab8b93 to your computer and use it in GitHub Desktop.
def predict_result(predict):
pred = my_model.predict(predict)
return np.argmax(pred[0], axis=-1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment