-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c2c.analysis.run_tensor_cell2cell_pipeline() Error #15
Comments
Hi @SimonE1220 ! Multiple issues could be associated with this:
It would be useful if you share your full code here, or some screenshots about your data/tensor objects. |
torch.Size([2, 1136, 6, 6]) |
can you check what version of tensorly you are using?
My guess, this could be due to tensorly version, or because you have only two contexts/samples in your tensor. An alternative is that you export your tensor and metadata using these commands,
Then put them in your google drive, and load them in this Google Colab notebook to check whether it's an issue with your environment or not: https://colab.research.google.com/drive/1sbNuer5CsPU2hFzyea0AjD_3kgSPOWoC?usp=sharing |
Another option is to try reducing the
|
Hey, now it worked ! I am very happy. Thanks a lot. Did even work without the expr_prop option. |
Dear all,
thank you for the nice package. However, unfortunatley i have an issue with the tensor2 = c2c.analysis.run_tensor_cell2cell_pipeline(..) function I tried now many times to run it but it always get this error:
rank = int(_compute_elbow(loss))
else:
rank = manual_elbow
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
After finishing the Elbow analysis.
I am new here, so sorry if sometihing is missing in this question.
Would be great if you could help me.
Python Version: 3.11.7
The text was updated successfully, but these errors were encountered: