-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segfault at at ../ccstruct/matrix.h:256 #881
Comments
How can I reproduce this crash? |
This was the with the latest code from github, including Ray's latest commit regarding endian support. You will need to change the fonts dir in the commands below.
|
Ray said that he needs to fix training after his last commits. |
When I run all but the last step with older executables, I get an error from
That might confirm that the last commits introduced some incompatibility. |
I could confirm that commit 8e79297 introduced a regression. Before that commit, lstmtraining did run the iterations. |
83588bc#commitcomment-22019959
|
Thanks, Amit. I had seen that comment but thought that it was related to training of new language models. |
Here Does the training process use old files which contain old incompatible |
I am not sure what is included in The first part of the training commands (tesstrain.sh) runs text2image and creates box/tiff pairs and these are then used to create unicharset, dawg and lstmf files. I have not used any external box/tiff pairs. These lstmf files are used along with the extracted lstm file from the traineddata from the repo.
Possibly, this could be the cause of incompatibility, since these files were built with earlier code. |
the |
lstmtraining command for replacing a top layer is working now after the changes by Ray.
|
The text was updated successfully, but these errors were encountered: