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

Add a collate_lists_fn #772

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Commits on Aug 29, 2022

  1. Add a collate_lists_fn

    The function allows user to specify their own lists collate logic.
    Before the change we would always raise an error if length of lists in a
    single batch would not be the same (when using make_batch_reader)
    Yevgeni Litvin committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    896b41f View commit details
    Browse the repository at this point in the history