Hi all
However, when I tried to follow the MNIST example, I got the following error. It seems like the problem is with libtiff, I tried to remove libtiff (conda remove libtiff) and tried to link to the system libtiff.so.5 (ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5 ~/anaconda/lib/libtiff.so.5), neither helped.
Would appreciated your help with this.
Thanks,
Ran
parallels@ubuntu:~/tools/caffe-master$ ./examples/mnist/create_mnist.sh
Creating lmdb...
build/examples/mnist/convert_mnist_data.bin: /home/parallels/anaconda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4)
F1014 21:42:08.419636 25549 convert_mnist_data.cpp:97] Check failed: mdb_env_open(mdb_env, db_path, 0, 0664) == 0 (22 vs. 0) mdb_env_open failed
*** Check failure stack trace: ***
@ 0x7fc1cda52daa (unknown)
@ 0x7fc1cda52ce4 (unknown)
@ 0x7fc1cda526e6 (unknown)
@ 0x7fc1cda55687 (unknown)
@ 0x403bfa convert_dataset()
@ 0x4023f3 main
@ 0x7fc1cc803ec5 (unknown)
@ 0x40243c (unknown)
@ (nil) (unknown)
Aborted (core dumped)
build/examples/mnist/convert_mnist_data.bin: /home/parallels/anaconda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4)
F1014 21:42:08.702086 25553 convert_mnist_data.cpp:97] Check failed: mdb_env_open(mdb_env, db_path, 0, 0664) == 0 (22 vs. 0) mdb_env_open failed
*** Check failure stack trace: ***
@ 0x7f91bac5fdaa (unknown)
@ 0x7f91bac5fce4 (unknown)
@ 0x7f91bac5f6e6 (unknown)
@ 0x7f91bac62687 (unknown)
@ 0x403bfa convert_dataset()
@ 0x4023f3 main
@ 0x7f91b9a10ec5 (unknown)
@ 0x40243c (unknown)
@ (nil) (unknown)
Aborted (core dumped)
Done.