-
Notifications
You must be signed in to change notification settings - Fork 31
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
Segmentation fault (core dumped) Issue #5
Comments
@misbahmunir have you solved it? I meet the same error. |
@garythung When I run the code on my data set (27 train videos, 18 val videos, 15 test videos), it exits with the error - "Segmentation fault (core dumped) " at the validation stage. Here is the error:19:41:46 Getting training data mean frame |
@happsky Yes, I did. I needed to upgrade the version of Lua. It would run smoothly with Lua 5.2. |
@misbahmunir I have updated to Lua 5.2.3 via sudo apt-get install lua, but it still not work, can you tell me the way your updated? |
Here is the reference manual that I used: [http://torch.ch/docs/getting-started.html] |
When I run the code on my data set (when I train it on more than 20 videos), it exits with the error - "Segmentation fault (core dumped) " at the validation stage.
There is no issue found at the level of Operating System or package installation at the moment.
The text was updated successfully, but these errors were encountered: