Caffe framework in MATLAB
3 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2020 年 3 月 2 日
回答済み: MathWorks Support Team
2020 年 3 月 30 日
Hello,
I have got a piece of code which requires the Caffe framework to be used in MATLAB.
>> caffe.reset_all();
>> caffe.set_mode_gpu();
>> net = caffe.Net(def, model, 'test');
Could you please let me know how can I set up such framework on my machine?
採用された回答
MathWorks Support Team
2020 年 3 月 2 日
The Caffe Framework has interfaces to be used in MATLAB, such as the "caffe" object above, but we do not create and cannot provide technical support for that framework.
I suggest you install the "MatCaffe" framework according to the instructions under the "Build MatCaffe" section on the Caffe interfaces page below and you should be able to use the code you shared.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!