/tfrecord-slow

TFRecord reader and writer without protobuf.

Primary LanguagePythonApache License 2.0Apache-2.0

tfrecord-slow

Github Actions Pypi

TFRecord reader and writer without protobuf.

Install

Reader only (without masked crc32 check support)

pip install tfrecord-slow

Reader with masked crc32 check support

pip install tfrecord-slow[crc32c]

Writer (must have crc32c installed)

pip install tfrecord-slow[crc32c]

Use ndarray msgpack support

pip install tfrecord-slow[msgpack]