Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 04:18
Show Gist options
  • Save joelouismarino/4f188564c870e080de2531c8641a797c to your computer and use it in GitHub Desktop.
Save joelouismarino/4f188564c870e080de2531c8641a797c to your computer and use it in GitHub Desktop.
keras_top_inds = keras_act[0].argsort()[::-1][:5]
zip(keras_act[0][keras_top_inds], labels[keras_top_inds])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment