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?
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?