-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Thanks for your niche niche tool.
Currently I am running your tool in macbook with silicon chips. This do not support CUDA as far as I know.
I am running your tutorial_simulated.ipynb with folloiwng modification.
# training
model = sn.tr.Runner(adata=adata, device='cpu', verbose=False)
adata = model.fit(lr=lr, epochs=epochs)
# clustering
#target_num = len(set(adata.obs['Niche']))
#adata = sn.tr.clustering(adata=adata, target_k=target_num)
And getting following error. Any help will be appreciated about rectifying the error.
Thanks.

Metadata
Metadata
Assignees
Labels
No labels