With Ray Train, we usually split the batch and each worker work on one part of the batch. It is possible to partition the data into several partitions (number of partitions = number of workers) and then each worker work only on one partition ? How can i do this please ?
How severe does this issue affect your experience of using Ray?