You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi. I run the code in a 30G memory RAM but when the code run to cls.TEXT.build_vocab(train, vectors=vectors) in SICK.iters() using glove.
the program will be killed because of no enough memory.
I want to know is this situation nomal ? how to fix it ? how much memory in needed at less?
The text was updated successfully, but these errors were encountered:
hi. I run the code in a 30G memory RAM but when the code run to
![image](https://user-images.githubusercontent.com/23103161/61762024-32af6080-ae03-11e9-8be8-a9cf28bc3f1c.png)
![image](https://user-images.githubusercontent.com/23103161/61762127-8e79e980-ae03-11e9-9f76-52c935ff3aa1.png)
cls.TEXT.build_vocab(train, vectors=vectors)
in SICK.iters() using glove.the program will be killed because of no enough memory.
I want to know is this situation nomal ? how to fix it ? how much memory in needed at less?
The text was updated successfully, but these errors were encountered: