1

I am creating custom result files in my jobs and want to sync them from the worker nodes to the head nodes (To rsync them down to my local computer later on). I tried to write them all into the local_dir e.g. ~./ray_results but unfortunately it seems that ray tune is only synching the individual trial folders in the local_dir. Is this correct?

Denis
  • 13
  • 2

1 Answers1

1

Yes; try writing them to the self.logdir for each trainable.

richliaw
  • 1,925
  • 16
  • 14