Undefined function 'caffe_'for input arguments of type'char'

2 ビュー (過去 30 日間)
longxia
longxia 2017 年 4 月 10 日
編集済み: Image Analyst 2017 年 4 月 10 日

When I run code in matlab2014a, there is always an error:

Undefined function 'caffe_'for input arguments of type'char'.
Error in net_surgery(line10)
caffe_('reset');

The PC resource: ubuntu 14.04

and I have added the matcaffe path to matlab. The code as follows:

if exist(fullfile(caffe_root,'/matlab/+caffe/private'),'dir')
    addpath(fullfile(caffe_root,'/matlab/+caffe/private'));
else
    warnning('Please install Caffe in %s', caffe_root);
end

what can I do for it? Someone can help me? Thanks very much.

回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by