Guest User

Untitled

a guest
Jan 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. cnn_model = load_model('weights/pre-trained_CNN.hdf5')
  2. cnn_output = cnn_model.get_layer('fc7').output
Add Comment
Please, Sign In to add comment