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
Thanks for providing such a usful tool SCimilarity.
I run SCimilarity in a server with 386G, and I don't use the docker.
I run the "individual cell research" as the Tutorials step by step. I have successfully run the code:
" from scimilarity.utils import lognorm_counts, align_dataset
from scimilarity import CellQuery"
But I get "Kernel Restarting", when I run the code:
"model_path = "/models/model_v1.1"
cq = CellQuery(model_path)"
Best,
zhouY
The text was updated successfully, but these errors were encountered:
That much RAM should be more than sufficient (60-80GB should be enough). The first thing
I suggest trying is updating hnswlib if it's an older version. We've had memory issues with older versions of hnswlib.
Hi,
Thanks for providing such a usful tool SCimilarity.
I run SCimilarity in a server with 386G, and I don't use the docker.
I run the "individual cell research" as the Tutorials step by step. I have successfully run the code:
" from scimilarity.utils import lognorm_counts, align_dataset
from scimilarity import CellQuery"
But I get "Kernel Restarting", when I run the code:
"model_path = "/models/model_v1.1"
cq = CellQuery(model_path)"
Best,
zhouY
The text was updated successfully, but these errors were encountered: