-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm currently testing that all of the code runs in the datahub and with 8 GB of ram.
The kernel dies from too much memory being used when you run this line:
from sklearn.metrics.pairwise import cosine_similarity
similarities = cosine_similarity(tfidf)
similarities.shape
Although the biggest memory drain is a few cells before with the .to_dense() function
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels