Skip to content

Instantly share code, notes, and snippets.

@cobanov
Created February 14, 2019 10:17
Show Gist options
  • Save cobanov/958ea33afca2fa862960ef9ec3b5abb2 to your computer and use it in GitHub Desktop.
Save cobanov/958ea33afca2fa862960ef9ec3b5abb2 to your computer and use it in GitHub Desktop.
preds = model.predict(x)
print('Predicted:', decode_predictions(preds, top=3)[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment