Amog Kamsetty
Amog Kamsetty
I was thinking some sort of interface which allows users to write their own class that takes in a PropertyGraph and outputs a CypherResult, and surface this procedure as a...
Hey @Jiamian-Wang! Do you mind giving an example of what you are trying to do? Do you want to be able to change the hyperparameters for PBT from within the...
+1, this would be super useful!
@withsmilo #378 should actually remove inactive containers from both the `active_containers` list and `connections_containers_map`. If the problem is persistent even with this PR merged, then I can dig into it...
@withsmilo Thank you for the detailed response and for digging into this issue! The changes that you made make sense to me. Could you add these changes in `check_container_activity` and...
hey @heyitsmui, let me know if you are still planning to work on this :).
Thanks @heyitsmui! Let me know if you have any questions!
what pytorch lightning version do you have @AlexandreRozier?
If this is with Pytorch lightning 1.7, then looks this is the same as this issue: https://github.com/ray-project/ray/issues/28197. This has been fixed in the nightly versions of Ray. Alternatively, you can...
Sounds good! This can still work with PTL 1.7.2 if you add this to the top of your script: ```python import ray ray.init(runtime_env={"env_vars": {"PL_DISABLE_FORK": "1"}}) ```