-
Notifications
You must be signed in to change notification settings - Fork 29
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
HelixerModel.py
not behaving as Helixer.py
, quickly dying after being run
#155
Comments
Hi, |
I'm sure this is all the result of using Happy that it was just this! |
What I was trying to achieve was to follow through the 3-step running mode that is explained in the docs. I simply confused the script name, apparently. However, I am a bit confused by the parameters, since both |
If you click on the links in the README that mention the 'Helixer options documentation' (which will bring you here: https://github.com/weberlab-hhu/Helixer/blob/main/docs/helixer_options.md), you will find an overview of all the main files and their options. |
Describe the bug
The
HelixerModel.py
script, suggested in the 3-step advanced usage of the tool, dies shortly after being run. It does not print an error, but rather a warning related to TensorFlow which does not seem like something that would affect the run.It just dies silently, even using
--debug -v
.To Reproduce
This is the command I ran:
I have run it on a machine without GPU, as for
Helixer.py
, this would mean it would only use the CPUs available.Error
Expected behavior
I would expect it to do one of the two:
Environment (please complete the following information):
Ubuntu 22.04 docker image (see issue #154)
Additional context
Helixer.py
script works fine on this machine.The text was updated successfully, but these errors were encountered: