tftables icon indicating copy to clipboard operation
tftables copied to clipboard

HDF5 interface for Tensorflow.

Results 5 tftables issues
Sort by recently updated
recently updated
newest added

I'm reading multiple datasets from a single file and after a certain number of iterations the code hangs indefinitely (I let it go overnight just to be absolutely certain). I...

I get a `ZeroDivisionError` when I try to read a batch without specifying what the `block_size` is. My HDF5 file is created with h5py and is a simple table. Here...

bug

Hi, when I ran the test unit on my system, I got the following errors: >_pickle.PicklingError: Can't pickle : attribute lookup Streamer.__read_process on multitables failed Please help me.

bug

Do you see a possibility to shuffle the data while reading/cycling through it? Either on tftables or multitables-level? As I don't see an option related to random access, I assume,...

enhancement

Hi, I have implemented a hdf5 stream based on your document. I want to know the performance gain based on ttables in general? Because i do not see too much...