../data/ilsvrc12/synset_words.txt
if you fetch the auxiliary imagenet data by ../data/ilsvrc12/get_ilsvrc_aux.sh
.
If you look at the top indices that maximize the prediction score, they
are cats, foxes, and other cute mammals. Not unreasonable predictions,
right?". --
You received this message because you are subscribed to the Google Groups "Caffe Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to caffe-users...@googlegroups.com.
To post to this group, send email to caffe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/caffe-users/1f654bf5-ffef-4bd7-bc58-01382a63f047%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It looks like the web demo is down. Since I haven't yet been able to get pycaffe to compile, do you have plans to put the web demo back up?
--
You received this message because you are subscribed to the Google Groups "Caffe Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to caffe-users...@googlegroups.com.
To post to this group, send email to caffe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/caffe-users/20a4c775-fe3b-4bd2-8687-17b34f86a7b9%40googlegroups.com.
I0410 15:46:49.169574 1934201600 net.cpp:205] This network produces output prob
I0410 15:46:49.169616 1934201600 net.cpp:447] Collecting Learning Rate and Weight Decay.
I0410 15:46:49.169646 1934201600 net.cpp:217] Network initialization done.
I0410 15:46:49.169651 1934201600 net.cpp:218] Memory required for data: 62497920
E0410 15:46:49.579138 1934201600 upgrade_proto.cpp:609] Attempting to upgrade input file specified using deprecated transformation parameters: ../models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel
I0410 15:46:49.579169 1934201600 upgrade_proto.cpp:612] Successfully upgraded file specified using deprecated data transformation parameters.
E0410 15:46:49.579172 1934201600 upgrade_proto.cpp:614] Note that future Caffe releases will only support transform_param messages for transformation fields.
E0410 15:46:49.579177 1934201600 upgrade_proto.cpp:618] Attempting to upgrade input file specified using deprecated V1LayerParameter: ../models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel
I0410 15:46:49.852880 1934201600 upgrade_proto.cpp:626] Successfully upgraded file specified using deprecated V1LayerParameter
prediction shape: (1000,)
predicted class: 281
Note that we use a different indexing for labels than the ILSVRC devkit: we sort the synset names in their ASCII order, and then label them from 0 to 999. See synset_words.txt
for the synset/name mapping.