2,851
社区成员




在使用caffe处理模型的时候,出现了ERROR_CAFFE_CAFFE_PARSING_ERROR: Caffe could not parse MobileNetSSD_deploy.prototxt: 1177:3 : Message type "caffe.LayerParameter" has no field named "permute_param".的错误,是怎么回事??
一般来说,如果尝试在 caffe 的特定分支中运行模型构建,应该构建并使用该特定分支的 caffe,因为层名称/参数可能因分支而有所差异,或者这个layer是别人自定义的,这种需要下载对应的分支重新编译caffe。