neuroailab / tfutils

Utilities for working with tensorflow
MIT License
25 stars 8 forks source link

Parallelize data provider on attribute #53

Closed damro closed 7 years ago

damro commented 7 years ago

The current data provider only supports multithreading per batch of data.

This issue is about parallelizing the reading of attributes within the reading of each batch.

yamins81 commented 7 years ago

This is not worth it.