我不知道问这个问题是否正确,但我正在尝试在 matlab 上使用 caffe 来运行一些研究项目。到目前为止,我已经成功制作了 matcaffe,但在制作 mattest 时遇到了错误。这些是我从中得到的代码。
< M A T L A B (R) >
Copyright 1984-2015 The MathWorks, Inc.
R2015a (8.5.0.197613) 64-bit (glnxa64)
February 12, 2015
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
Academic License
Invalid MEX-file '/home/cgal/caffe/matlab/+caffe/private/caffe_.mexa64':
/usr/lib/libgdal.so.20: symbol TIFFReadRGBATileExt version LIBTIFF_4.0 not
defined in file libtiff.so.5 with link time reference
Error in caffe.set_mode_cpu (line 5)
caffe_('set_mode_cpu');
Error in caffe.run_tests (line 6)
caffe.set_mode_cpu();
我在 ubuntu 18.04 上使用 matlab R2015a 运行此项目,因为我读到 caffe 仅与此版本的 matlab 兼容。请帮我解决这个问题。
答案1
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtiff.so.5:/usr/lib/x86_64-linux-gnu/libstdc++.so.6