linkedin / spark-tfrecord

Read and write Tensorflow TFRecord data from Apache Spark.
BSD 2-Clause "Simplified" License
290 stars 57 forks source link

Adding support for reading ByteArray's from TFRecord files #65

Closed asketagarwal closed 1 year ago

asketagarwal commented 1 year ago

Related Issue: #66 This is a followup to PR #60 . This can used to read the samples as ByteArrays.(without deserialization)

junshi15 commented 1 year ago

Thanks for your contribution. I will take a look tonight.

asketagarwal commented 1 year ago

Addressed the comment. Thank you for the quick review !

junshi15 commented 1 year ago

released as v0.6.1