You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
INFO trainable.py:172 – Trainable.setup took 2940.989 seconds. if your trainable is slow to initialize, consider setting reuse_actors=True to reduce actor creation overheads
Ray asked me to consider setting reuse_actors=True. But, I did not find any way to do it.
My questions:
a) Could anyone tell is it possible here to pass reuse_actors=True?
b) It is taking a long time to start the training (Trainable.setup took 2940.989 seconds - 96CPUs and 8 GPUs). Is there any other way to make it faster?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After running the below code, it says
Ray asked me to consider setting reuse_actors=True. But, I did not find any way to do it.
My questions:
a) Could anyone tell is it possible here to pass reuse_actors=True?
b) It is taking a long time to start the training (Trainable.setup took 2940.989 seconds - 96CPUs and 8 GPUs). Is there any other way to make it faster?
The text was updated successfully, but these errors were encountered: