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

How can I load the bio sent2vec model due to loss of RAM? #20

Open
mahsare opened this issue Oct 27, 2019 · 2 comments
Open

How can I load the bio sent2vec model due to loss of RAM? #20

mahsare opened this issue Oct 27, 2019 · 2 comments

Comments

@mahsare
Copy link

mahsare commented Oct 27, 2019

I just want to use the pretrained model of bio sent2vec in my local machine with almost 12 Gigabyte RAM, and the model size is almost 22 Gigabyte, and when I am trying to load model using sent2vec, it stuck and the result is nothing and the reason would be the model probably is completely loading and there is not enough memory.is there any way so that I can load the model under 12 GIgabyte RAM?

@shantanudev
Copy link

Just increase your swap memory.

@ugm2
Copy link

ugm2 commented Nov 25, 2020

I have 16GB of RAM and had to upgrade from 0 to 16GB of swap memory.

Check this link to do it:
Change Swap Size in Ubuntu

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