Closed MartinPippel closed 2 years ago
The current release of DeepConsensus (v0.1.0) is a proof-of-principle version. In the near future we are planning on a new release (v0.2.0) which should greatly speed up DeepConsensus.
Please let us know if you have any further suggestions for future releases.
I tried to solve my issue #10 by creating a Singularity container and it seems to work on our compute cluster. However it is very slow. Do you have any advice how to speed up the deepconsenus step?
I created a toy data set, with the following specs:
I started deepconsensus (on a 24 core machine, 250Gb RAM) with the default args:
After almost 7 hours run time it is still in step 2
2_generate_input
. It is also using only a single thread. This is a snapshot of htop:Additionally, I do get the following tensorflow error that might be related to my problem:
Is deepconsensus using a gpu? Any advice is highly appreciated.
Thanks, Martin