ZeroDivisionError when FileReader.get_batch
is called without block_size
#12
Labels
FileReader.get_batch
is called without block_size
#12
I get a
ZeroDivisionError
when I try to read a batch without specifying what theblock_size
is. My HDF5 file is created with h5py and is a simple table.Here is my code and the error message:
The error is resolved if I specify
block_size
. The codedoes not give any errors. I have tested this code with the FIFOQueue and it does indeed give the expected result.
System info:
OS: Ubuntu 16.04
Python version: 3.6
Tensorflow version: 1.5.0
Tftables version: 1.1.2 (latest from pip)
The text was updated successfully, but these errors were encountered: