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

RFC: Generalizing tf.data batching using windowing and reducers #5

Merged
merged 3 commits into from
Sep 19, 2018

Commits on Jul 26, 2018

  1. Create 20180726-tf-data-windowing-reducers.md

    Proposed RFC from @jsimsa, addresses the known limitations of the current tf.data batching API:
    
    *   it provides a mechanism for padded batching of sparse tensors
    *   it facilitates customization of batching logic (users can now express batching logic as a pure Python function)
    *   it enables application of different batching logic on different components
    ewilderj authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    4ecf271 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Update 20180726-tf-data-windowing-reducers.md

    Updates following the review committee.
    Edd Wilder-James authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    4a57087 View commit details
    Browse the repository at this point in the history
  2. Update RFC metadata

    Status => accepted. Update revision date.
    Edd Wilder-James authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    2504520 View commit details
    Browse the repository at this point in the history