tmbdev / clstm

A small C++ implementation of LSTM networks, focused on OCR.
Apache License 2.0
821 stars 224 forks source link

Segmentation Fault when running tests #145

Open Programmer888 opened 6 years ago

Programmer888 commented 6 years ago

I downloaded and installed this project from the master-branch-pre-devices-merge release. I undertook these steps:

sudo apt-get install scons libprotobuf-dev protobuf-compiler libpng-dev libeigen3-dev swig
scons
sudo scons install

The program says Segmentation fault (core dumped) when I run ./run-cmu

tazzouza commented 4 years ago

Hi ! Did you find any solution to this problem ? I actually have exactly the same one.