Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 04:17
Show Gist options
  • Save joelouismarino/47d37f931f894e9202375f6ee59d5d80 to your computer and use it in GitHub Desktop.
Save joelouismarino/47d37f931f894e9202375f6ee59d5d80 to your computer and use it in GitHub Desktop.
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