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
Thank you for providing this amazing tool! It is incredibly useful. I am new to working with GPUs and would like some clarification on when to use the rsc.get.anndata_to_CPU() function.
While following the seuratv3-brain-1M notebook, I noticed that rsc.get.anndata_to_CPU() is used before calling rsc.pp.regress_out() and rsc.pp.neighbors(). Does this mean that if I want to use rsc.pp.bbknn() after rsc.pp.pca(), I should also call rsc.get.anndata_to_CPU() beforehand?
The text was updated successfully, but these errors were encountered:
If you have enough memory available, you generally don’t need to call rsc.get.anndata_to_CPU(). However, it's often best practice to run it after PCA. You may also need to run it before any visualization steps to ensure everything displays properly.
What is your question?
Thank you for providing this amazing tool! It is incredibly useful. I am new to working with GPUs and would like some clarification on when to use the
rsc.get.anndata_to_CPU()
function.While following the seuratv3-brain-1M notebook, I noticed that
rsc.get.anndata_to_CPU()
is used before callingrsc.pp.regress_out()
andrsc.pp.neighbors()
. Does this mean that if I want to usersc.pp.bbknn()
afterrsc.pp.pca()
, I should also callrsc.get.anndata_to_CPU()
beforehand?The text was updated successfully, but these errors were encountered: