In TensorFlow, I want the file name queue to be shared between different workers on different machines, so that each machine can get a subset of the files for training. I searched a lot and it seems that only variables can be placed in the PS task for sharing. Does anyone have an example? Thanks.
tensorflow
kopopt
source share