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

Improve iterator checkpointing #5371

Merged
merged 13 commits into from
Mar 19, 2024
Merged

Commits on Mar 13, 2024

  1. Add iterator_data

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ff98e9b View commit details
    Browse the repository at this point in the history
  2. ensure hasattr

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d0c467e View commit details
    Browse the repository at this point in the history
  3. Enable FILL+pad_last_batch=False

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    631b20e View commit details
    Browse the repository at this point in the history
  4. Test reset

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ff6d156 View commit details
    Browse the repository at this point in the history
  5. C API

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    85b7b0d View commit details
    Browse the repository at this point in the history
  6. Fix leak

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2314959 View commit details
    Browse the repository at this point in the history
  7. Fix leak

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    914cca6 View commit details
    Browse the repository at this point in the history
  8. Reformat

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d439e75 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Update dali/python/nvidia/dali/plugin/base_iterator.py

    Co-authored-by: Kamil Tokarski <kamiltokarski04@gmail.com>
    szkarpinski and stiepan committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    543462c View commit details
    Browse the repository at this point in the history
  2. Refactor iterator_data

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    4be3248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32da933 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Fix initial checkpoints

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d13c0f6 View commit details
    Browse the repository at this point in the history
  2. Reformat

    Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
    szkarpinski committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    782dbf7 View commit details
    Browse the repository at this point in the history