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

Problem allocating data in EM #16

Open
mrmrwinter opened this issue Jan 13, 2022 · 2 comments
Open

Problem allocating data in EM #16

mrmrwinter opened this issue Jan 13, 2022 · 2 comments

Comments

@mrmrwinter
Copy link

Hi, Im getting the following error message

problem allocating data in EM

What does this error mean? And how can i fix it?

Thanks

@clwgg
Copy link
Owner

clwgg commented Jan 20, 2022

Hi! It means that memory couldn't be allocated for the internal data structure used in the EM algorithm, but the reason for that could be pretty much anything! How big is your .bin file? Would it be possible to attach it here so I could check it out? If its prohibitively large, could you run the lrdmodel command through valgrind like so:

valgrind nQuire lrdmodel base.bin

and attach the output of that here?
thanks!

@sstwins21
Copy link

Hi,

I am facing the same error message... Did you managed to solve this?

Kind regards,
Shane

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

3 participants