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
Thanks for the brilliant scFEA. However, I am running into a problem. The error is as below:
Load compound name file, the balance output will have compound name.
Load data done.
Starting process data...
Process data done.
Starting train neural network...
0%| | 0/100 [00:01<?, ?it/s]
Traceback (most recent call last):
File "/Users/rg/scFEA/src/scFEA.py", line 370, in <module>
main(args)
File "/Users/rg/scFEA/src/scFEA.py", line 235, in main
geneScale = X_scale_batch, moduleScale = m_scale_batch)
File "/Users/rg/scFEA/src/scFEA.py", line 50, in myLoss
if sum(diff > 0) == m.shape[0]: # solve Nan after several iteraions
RuntimeError: value cannot be converted to type uint8_t without overflow: 3416
Thanks for the brilliant scFEA. However, I am running into a problem. The error is as below:
My script is:
I am using MacOS Ventrua 13.2.1 (22D68) with 64GB memory, and version of related packages are:
I am completely new at python, so I have no idea what caused this error.
Please let know if there are any solutions to this problem.
Thank you
The text was updated successfully, but these errors were encountered: