Skip to content

Instantly share code, notes, and snippets.

@Sachin-crypto
Created December 18, 2022 08:37
Embed
What would you like to do?
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