Skip to content

Is it compatible with silicon chip #16

Description

@ankitbioinfo

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.

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions