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
hi guys, i run ubuntu 16.04 and i could not install lucida.
i managed to install all the tools, even if i had to manually install caffe (it passed the make runtest).
when i run make local i get the following error:
make[4]: Entering directory '/home/andreaserver/sirius/lucida-suite/dnn-asr/baseline'
g++ -c -O2 -DCPU_ONLY -I/home/andreaserver/sirius/tools/caffe/distribute/include dnn-asr.cpp -o dnn-asr.o
dnn-asr.cpp: In function ‘int main(int, char**)’:
dnn-asr.cpp:121:43: error: no matching function for call to ‘caffe::Net::Net(std::__cxx11::string&)’
Net* dnn = new Net(network);
I deem that there is some incompatibility among versions, but i cannot figure out where.
any help will be appreciated
The text was updated successfully, but these errors were encountered:
hi guys, i run ubuntu 16.04 and i could not install lucida.
i managed to install all the tools, even if i had to manually install caffe (it passed the make runtest).
when i run make local i get the following error:
make[4]: Entering directory '/home/andreaserver/sirius/lucida-suite/dnn-asr/baseline'
g++ -c -O2 -DCPU_ONLY -I/home/andreaserver/sirius/tools/caffe/distribute/include dnn-asr.cpp -o dnn-asr.o
dnn-asr.cpp: In function ‘int main(int, char**)’:
dnn-asr.cpp:121:43: error: no matching function for call to ‘caffe::Net::Net(std::__cxx11::string&)’
Net* dnn = new Net(network);
I deem that there is some incompatibility among versions, but i cannot figure out where.
any help will be appreciated
The text was updated successfully, but these errors were encountered: