Created
July 30, 2017 04:17
-
-
Save joelouismarino/47d37f931f894e9202375f6ee59d5d80 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
caffe_act = net.blobs[layer_name].data | |
layer = googlenet.get_layer(name=layer_name) | |
keras_act = get_activations(googlenet, layer, img) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment