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,
This seems like a trivial question but why is the cos_scores variable being explicitly deleted? If I'm not wrong, the garbage collector will clear that memory since it's a local variable in a loop that goes out of scope?
The text was updated successfully, but these errors were encountered:
sentence-transformers/sentence_transformers/util.py
Line 386 in 0dac573
Hi,
This seems like a trivial question but why is the cos_scores variable being explicitly deleted? If I'm not wrong, the garbage collector will clear that memory since it's a local variable in a loop that goes out of scope?
The text was updated successfully, but these errors were encountered: