我環顧四周,但我不認爲已經提出的問題可以治療我的問題。咖啡分類器
我遇到了caffe:Classifier中的函數問題。該代碼是竊聽在這一行:
net = caffe.Classifier(VGGmodel,VGGweights)
,我得到以下(從上線提取物):
I0302 18:56:55.906224 4740 net.cpp:219] relu1_1 does not need backward computation.
I0302 18:56:55.906229 4740 net.cpp:219] conv1_1 does not need backward computation.
I0302 18:56:55.906231 4740 net.cpp:219] input does not need backward computation.
I0302 18:56:55.906236 4740 net.cpp:261] This network produces output pool5
I0302 18:56:55.906252 4740 net.cpp:274] Network initialization done.
I0302 18:56:56.754776 4740 upgrade_proto.cpp:51] Attempting to upgrade input file specified using deprecated V1LayerParameter: /home/mkammoun/PycharmProjects/Deep_Texture_2/Models/VGG_normalised.caffemodel
I0302 18:56:56.838132 4740 upgrade_proto.cpp:59] Successfully upgraded file specified using deprecated V1LayerParameter
I0302 18:56:56.838918 4740 upgrade_proto.cpp:65] Attempting to upgrade input file specified using deprecated input fields: /home/mkammoun/PycharmProjects/Deep_Texture_2/Models/VGG_normalised.caffemodel
Process finished with exit code 139
任何人都可以幫助嗎?
由於