neuroailab / tfutils

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

Flexible TFRecords Data Provider #47

Closed damro closed 7 years ago

damro commented 7 years ago

Write a tfrecords data provider that

qbilius commented 7 years ago

Since all of that can be also done using multiple small hdf5 files, perhaps we should make this provider non-TFRecords specific?

damro commented 7 years ago

Sounds good. I included it in the list of things to do. See 2. at issue #48