Open xiekunwhy opened 6 days ago
Hi,
thank you for your message. First of, yes --cpus
is deprecated. It doesn't appear in the Helixer options documentation (https://github.com/weberlab-hhu/Helixer/blob/main/docs/helixer_options.md) and in the arguments list when using -h
/--help
in version 0.3.4. If you want to set multiple CPU cores to fetch the input data, you would need to use --workers
. This is however just for training the model, for prediction it is not necessary/implemented. Second, you didn't set singularity run --nv ...
for a process that is recommended to and can use the GPU, your system is using the CPU cores to predict, resulting in the high CPU usage.
I'm sorry, we apparently forgot to suppress this argument when using the help function. This will be fixed soon.
Describe the bug --cpus option in HybridModel.py seems not work
To Reproduce
Error --cpus 4 , use not only 4 cpus but over 60 cpus
Environment (please complete the following information):