Skip to content
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

core dumped error #18

Open
shenxuhui opened this issue Nov 21, 2019 · 6 comments
Open

core dumped error #18

shenxuhui opened this issue Nov 21, 2019 · 6 comments

Comments

@shenxuhui
Copy link

error message:

Segmentation fault (core dumped) nohup python -m main --file data/train.txt --config_file config/train.yml --algorithm word2vec

@shenxuhui
Copy link
Author

shenxuhui commented Nov 21, 2019

demo data can run successfully in same environment.

My config file is:

skip_window: 5
neg_samples: 1
vocabulary_size: 94418
min_count: 1

@shenxuhui
Copy link
Author

My train_data: 539 M txt file.
system: Ubuntu 14.04
hardware: 50 cores and 256GB RAM

@shenxuhui
Copy link
Author

Program has run two days before Segmentation fault.

@ziyin-dl
Copy link
Owner

ziyin-dl commented Nov 22, 2019 via email

@ziyin-dl
Copy link
Owner

ziyin-dl commented Nov 22, 2019 via email

@shenxuhui
Copy link
Author

What was the RAM usage when it occurred?

On Thu, Nov 21, 2019, 7:16 PM Zi Yin @.> wrote: That might be caused by the failure of some linear algebra subroutines. But hard to say without further information. What's the matrix size you are using and what is your RAM size? On Wed, Nov 20, 2019, 9:11 PM SXH @.> wrote: > Program has run two days before Segmentation fault. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <#18?email_source=notifications&email_token=AB7IJUGOUYEYKAWNJYHKIR3QUXU3XA5CNFSM4JP32R7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEYLOWY#issuecomment-556840795>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/AB7IJUEY3T4OZRCN7LS253TQUXU3XANCNFSM4JP32R7A > . >

Thanks for reply, I think the usage of RAM has two stags. The first stage used around 240 GB RAM, after that, the two stage used around 180GB RAM, then the program raise segment fault.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants