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
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
Hi,
After installing thpp it could not generate if/gen-cpp2/Tensor_types.h files is not created and giving following error while trying to use crnn. Kindly help me in this issue.
In file included from /media/mpl1/mpl_hd1/Utkarsh/ravi/crnn/src/cpp/Tensor.h:14:0,
from /media/mpl1/mpl_hd1/Utkarsh/ravi/crnn/src/cpp/ctc.cpp:8:
/home/mpl1/torch/install/include/thpp/Storage.h:22:43: fatal error: thpp/if/gen-cpp2/Tensor_types.h: No such file or directory
compilation terminated.
CMakeFiles/crnn.dir/build.make:86: recipe for target 'CMakeFiles/crnn.dir/ctc.cpp.o' failed
make[2]: *** [CMakeFiles/crnn.dir/ctc.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/crnn.dir/all' failed
make[1]: *** [CMakeFiles/crnn.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
cp: cannot stat '*.so': No such file or directory
(base) mpl1@mpl1:/media/mpl1/mpl_hd1/Utkarsh/ravi/crnn/src$ sh build_cpp.sh
mkdir: cannot create directory ‘build’: File exists
-- Configuring done
-- Generating done
-- Build files have been written to: /media/mpl1/mpl_hd1/Utkarsh/ravi/crnn/src/cpp/build