facebookresearch / InferSent

InferSent sentence embeddings
Other
2.28k stars 471 forks source link

what if my sentences is large, like 20GB data, how can I use inferSent? #114

Open YanLiang1102 opened 5 years ago

YanLiang1102 commented 5 years ago

what it happend during both build and encode step? without using build, and directly calling encode, make all my embeddings the same, is there any iterative way like I can get my sentences into build and make the model take those? Thank you so much for the help