Hi Experts,
We compiled the model, then generated the json, params, and dynamic module so file.
but when loading the dynamic module so file, tvm failed:
#./TvmTestCases -url backham.jpg [11:50:12] /home/nano/Downloads/incubator-tvm/src/runtime/dso_library.cc:84: Check failed: lib_handle_ != nullptr: Failed to load dynamic shared library mnet12_face.so mnet12_face.so: cannot open shared object file: No such file or directory Stack trace: [bt] (0) /usr/local/lib/libtvm_runtime.so(+0x48df8) [0x7fb111cdf8] [bt] (1) /usr/local/lib/libtvm_runtime.so(tvm::runtime::Module::LoadFromFile(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)+0x3ac) [0x7fb1131a74]
First we thought i would be the reason: some dependencies can not be found.
So we use the ldd to check the dynamic module so file, but it shows:
#ldd mnet12_face.so
statically linked
It is a statical module file!! And we can not load it.
Any sugguestions, Thanks in advance !!!