galsang/BIMPM-pytorch

Memory issues

galsang opened this issue · 1 comments

There are some memory issues that require a large amount of memory to run the code.
It will be optimized as soon as possible.

In case of Quora, there are a few sentences whose lengths are exceptionally quite large compared to the other sentences. I highly recommend using a hyperparameter named max_sent_len properly to alleviate the memory issue which often occurs when dealing with long sentences.