You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run run.py script but encounter this issue. I've installed libmatio and I can see libmatio.so.2 located in "/usr/local/lib".
I've tried reinstall libmatio and caffe several times but still failed, can anyone help me? Thanks!
The text was updated successfully, but these errors were encountered:
1.下载matio
(http://sourceforge.NET/projects/matio/)
2.安装
$ tar zxf matio-X.Y.Z.tar.gz
$ cd matio-X.Y.Z
$ ./configure
$ make
$ make check
$ make install
$ ldconfig
I'm getting the same error :(
Any solutions for this? I have libmatio installed
1.下载matio
(http://sourceforge.NET/projects/matio/)
2.安装
$ tar zxf matio-X.Y.Z.tar.gz
$ cd matio-X.Y.Z
$ ./configure
$ make
$ make check
$ make install
$ ldconfig
Hi,
I'm trying to run run.py script but encounter this issue. I've installed libmatio and I can see libmatio.so.2 located in "/usr/local/lib".
I've tried reinstall libmatio and caffe several times but still failed, can anyone help me? Thanks!
The text was updated successfully, but these errors were encountered: