我不知道这是不是正确的问这个,但我试图使用在matlab上的caffe运行一些研究项目。到目前为止,我已经成功地做了马沙菲,但我在做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();我是运行这个项目的ubuntu18.04与matlab R2015a,因为我读到caffe是只兼容这个版本的matlab。请帮我解决这个问题。
发布于 2020-02-24 20:59:31
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtiff.so.5:/usr/lib/x86_64-linux-gnu/libstdc++.so.6https://askubuntu.com/questions/1170198
复制相似问题