You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not 100% sure how reading compressed input is implemented in TensorFlow, but supporting outputting compressed TFRecord files would be amazing, as TFRecord is a rather inefficient format in terms of space.
Here are a few references to reading GZIP'd TF Records in the TensorFlow docs:
I am not 100% sure how reading compressed input is implemented in TensorFlow, but supporting outputting compressed TFRecord files would be amazing, as TFRecord is a rather inefficient format in terms of space.
Here are a few references to reading GZIP'd TF Records in the TensorFlow docs:
https://www.tensorflow.org/versions/r1.3/api_docs/cc/class/tensorflow/ops/fixed-length-record-reader#classtensorflow_1_1ops_1_1_fixed_length_record_reader
https://www.tensorflow.org/api_docs/python/tf/contrib/data/TFRecordDataset
https://www.tensorflow.org/versions/r1.3/api_docs/python/tf/python_io/TFRecordCompressionType