We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the predict() method of the text classification model the sentence embeddings are not cleared after calculation. This might lead to memory issues.
predict()
TODO: Clear embeddings at the end of the predict method.
The text was updated successfully, but these errors were encountered:
GH-149: Always clear embeddings after predict.
ddafc03
Merge pull request #154 from zalandoresearch/GH-149-predict-clear-emb…
cb09e3b
…eddings GH-149: Always clear embeddings in predict
tabergma
Successfully merging a pull request may close this issue.
In the
predict()
method of the text classification model the sentence embeddings are not cleared after calculation. This might lead to memory issues.TODO: Clear embeddings at the end of the predict method.
The text was updated successfully, but these errors were encountered: