BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
33.97k stars 18.73k forks source link

model zoo - show valid inputs for deepdream with each model #2759

Closed stuaxo closed 9 years ago

stuaxo commented 9 years ago

Different models have differently named layers, so plugging them into deepdream doesn't "just work" it would good if each model had info on which layers are good to plug into deep dream.

For instance the places_cnds_model has differently named layers, and not all of them work, it would be good if modelzoo had some info on the layers for each model.

seanbell commented 9 years ago

The valid inputs for deepdream are the top (output) blob names, not the layer names. It just so happens that most people make the layers and output layer names the same, but they don't have to be. You want to use the string after top and not name when looking at the layer names in deploy.prototxt.

shelhamer commented 9 years ago

Right, it's the tops and not the layers that you want. Please ask usage questions on the caffe-users group.