-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unfinished OptICA step #16
Comments
I have somehow similar problem. When I started the optICA step with a matrix with 13617 rows and 214 columns, I observed a continuous slowdown during the ICA calculation. In addition, the CPU utilization of the calculation node is extremely high. 110 average lode for a 64 core compute node. I can not figure out the cause of this problem. I would guess that the mpi is causing the problem. But that is just a guess. I would like to know what the solution is. Command used: All ICA runs complete!
|
Unfortunately, I am experiencing the same problem. The program simply gets stuck in the last ICA iteration step. Do you have an idea for a solution? |
Hey HegedusB, No I don't have any idea unfortunately. I messed around with the lowering the max_iter option and that seemed to work. |
Hi MathiasJoensson. Thanks for the tip! Does the run_ica.sh have a max_iter option at all? What is the default value there? |
Sorry, it's this option |
Yes, I did that too. I reduced the n_iter from 100 to 50. After a week of running, it got stuck at the last ICA iteration. What was your final result? An M and an A table that summarizes the M and A tables of the ICA iterations? |
Hi @HegedusB and @MathiasJoensson, unfortunately I'm no longer working with this code. However, it is currently being maintained at https://github.com/SBRG/modulome-workflow I have talked with the current maintainer and this seems to be a known issue within the group. I'm not sure if there is a current solution, but please try posting the issue there. Best of luck! |
I am having an issue both on a local macbook, and a virtual linux machine on Azure, where the OptICA step does not finish. It seems to be 'hanging' indefinetely. For instance I ran this on a dataset of 164 samples:
bash ./run_ica.sh -n 16 -o ../data/interim/ -v ../data/processed_data/log_tpm_norm.csv
Here is the output, where it hangs:
So I get the A and M files for dimension 150 in this case, but not for 160. I get the same issue doing this as well, where dimension 152 does not complete:
bash ./run_ica.sh -n 16 -m 152 -s 2 -o ../data/interim/ -v ../data/processed_data/log_tpm_norm.csv
Thanks for any help!
/Mathias
The text was updated successfully, but these errors were encountered: