I am training a neural net with a DataFeeder
which is a bit slow (because it reads non-contiguous data from a h5 file); so the GPU satays idle (GPU-Util is at 0 %) half of the time.
Is there a way, in either TensorFlow or skflow, to have multiple DataFeeder
s running in parallel, to avoid this bottleneck?