Created
July 30, 2017 04:18
-
-
Save joelouismarino/4f188564c870e080de2531c8641a797c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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