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

Problems when training #33

Open
coleea opened this issue May 24, 2017 · 2 comments
Open

Problems when training #33

coleea opened this issue May 24, 2017 · 2 comments

Comments

@coleea
Copy link

coleea commented May 24, 2017

Hello.
now I am trying to use 'mecab-cost-train'. I have a corpus file that contains over 10,000,000 lines.
when run, It uses over 300GB Memory. So, It is impossible to finish 'mecab-cost-train'.
why It is requred to use so many memory?
In my guess, generating too muching 'EncoderLearnerTagger' object is the cause of this problem. (115 line of

alpha.resize(psize);
)

There are any solutions to train corpus that contains over 10,000,000 lines ?.
Thank you.

@yosato
Copy link

yosato commented May 24, 2017 via email

@coleea
Copy link
Author

coleea commented Jul 3, 2017

you saved me. thank you

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