-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Datasets] Add read_tfrecords
#28430
[Datasets] Add read_tfrecords
#28430
Conversation
read_tf_records
read_tfrecords
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great! Biggest review item is whether a parse/decode error should result in a failure + raised error or a success + ignored record; I'd heavily push for the former.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work, this is awesome! 🙌
Co-authored-by: Clark Zinzow <[email protected]> Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: Balaji Veeramani [email protected]
Why are these changes needed?
Users want to read data stored in TFRecords. For example, see read TFRecordDataset -> ray.data.Dataset for TensorflowTrainer.
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.