When I run
adata = STAGATE_pyG.train_STAGATE(adata, device = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu'))
I got this problem.
I try to change the version of cuda, but it seems does't work.
I think maybe the version of pytorch led to the error, but could not find information in readme and requiement.txt.
Hoping for your reply.
When I run
adata = STAGATE_pyG.train_STAGATE(adata, device = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu'))I got this problem.
I try to change the version of cuda, but it seems does't work.
I think maybe the version of pytorch led to the error, but could not find information in readme and requiement.txt.
Hoping for your reply.