with open(r’..gloveglove.840B.300d.pkl’, ‘rb’) as fp:
glove_embedding = pickle.load(fp)
MemoryError Traceback (most recent call last)
Cell In[39], line 2
1 with open(r’D:NuVisionSentiment Analysisgloveglove.840B.300d.pkl’, ‘rb’) as fp:
—-> 2 glove_embedding = pickle.load(fp)
MemoryError:
how to solve this problem as glove.pkl is about 3 gb
New contributor
Code With Pratik is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.