BioSentVec icon indicating copy to clipboard operation
BioSentVec copied to clipboard

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

Open mahsare opened this issue 4 years ago • 2 comments

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?

mahsare avatar Oct 27 '19 22:10 mahsare

Just increase your swap memory.

shantanudev avatar Apr 18 '20 08:04 shantanudev

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

ugm2 avatar Nov 25 '20 09:11 ugm2