使用pycaffe时出错

时间:2016-11-01 22:07:19

标签: python c++ neural-network deep-learning caffe

我正在使用pycaffe运行python文件。它会给出如下错误。有人可以帮我解决这个问题吗?

W1102 08:58:27.428354  1521 _caffe.cpp:125] DEPRECATION WARNING - deprecated use of Python interface
W1102 08:58:27.428395  1521 _caffe.cpp:126] Use this instead (with the named "weights" parameter):
W1102 08:58:27.428400  1521 _caffe.cpp:128] Net('/home/medha/videosynthesis/Models/c3d_sport1m_feature_extractor_frm_edit.prototxt', 1, weights='/home/medha/videosynthesis/Models/conv3d_deepnetA_sport1m_iter_1900000')
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter:10:3: Unknown enumeration value of "VIDEO_DATA" for field "type".
F1102 08:58:27.431226  1521 upgrade_proto.cpp:79] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /home/medha/videosynthesis/Models/c3d_sport1m_feature_extractor_frm_edit.prototxt
*** Check failure stack trace: ***
Aborted (core dumped)

1 个答案:

答案 0 :(得分:1)

您正尝试使用C3D caffe进行视频分类 从C#D github页面的标题,您可以看到

  

C3D是BVLC caffe的修改版本

进行了一项修改是添加VIDEO_DATA图层。

请从C3D caffe中取出最新版本,安装并用于实验。 使用常规咖啡 - 它不起作用。