Anas Mubarak
Results
2
comments of
Anas Mubarak
any updates?
add [0] to the function _read32 in input_data.py def _read32(bytestream): dt = numpy.dtype(numpy.uint32).newbyteorder('>') return numpy.frombuffer(bytestream.read(4), dtype=dt)[0]