Interference between Neptune and Ray causes processes to hang
See original GitHub issueHello everyone! We’re starting to use neptune to log a bunch of metrics related to optimisation runs using evolutionary computing techniques. We use the Ray framework to parallelise large parts of our code.
We noticed that our scripts would hang fairly often when using Ray. When running an experiment, all the data is uploaded to neptune, and the experiment is marked as completed, but the process ahngs and does not exit. This happened consistently on different local machines (Mac OS 11, Ubuntu) and on different k8s pods.
After a lot of digging around, we noticed that the issue was resolved by setting the upload_stderr
argument to False
when calling the create_experiment
function.
This is not a huge deal for us, but I am just letting you know in case there is an easy fix!
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top GitHub Comments
I’ll try to get that for you asap!
Thanks for replying, and I’m very happy your experience is positive now 😃
Closing the issue – though don’t hesitate to reach out in the future, of course!