Skip to content
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

[Data] Allow automatic handling of string features as byte features during TFRecord serialization #37995

Merged
merged 5 commits into from
Aug 2, 2023

Commits on Aug 1, 2023

  1. allow automatic handling of string features as byte features during s…

    …erialization
    
    Signed-off-by: EdwardCuiPeacock <Edward.Cui@nbcuni.com>
    EdwardCuiPeacock committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f4a17d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. bump numba version to be capatible with tests on python 3.11

    Signed-off-by: EdwardCuiPeacock <Edward.Cui@nbcuni.com>
    EdwardCuiPeacock committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c3652ae View commit details
    Browse the repository at this point in the history
  2. fix write_tfrecord specfied_feature_type

    Signed-off-by: EdwardCuiPeacock <Edward.Cui@nbcuni.com>
    EdwardCuiPeacock committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    acfcef1 View commit details
    Browse the repository at this point in the history
  3. fix unit test for test_tfrecords

    Signed-off-by: EdwardCuiPeacock <Edward.Cui@nbcuni.com>
    EdwardCuiPeacock committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a01bff3 View commit details
    Browse the repository at this point in the history
  4. revert numba version back

    Signed-off-by: EdwardCuiPeacock <Edward.Cui@nbcuni.com>
    EdwardCuiPeacock committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    bc865b0 View commit details
    Browse the repository at this point in the history