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
--> 758 data_imputed = diff_op_t.dot(data_imputed)
760 # fast magic
761 # a while loop is used when the dimensions of the diffusion matrix
762 # are greater than those of the data matrix, or when t is not specified
763 # (so as to allow for the calculation of the optimal t value)
764 else:
765 i = 0
MemoryError: Unable to allocate 276. GiB for an array with shape (161877, 228942) and data type float64
Could you give some suggestions ?
Thanks !!
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for this great software !!!
But I run with some errors:
Code
:Error
:Could you give some suggestions ?
Thanks !!
The text was updated successfully, but these errors were encountered: