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 yaml as a Webdataset test dependency #3295

Merged
merged 1 commit into from
Aug 30, 2021
Merged

Conversation

JanuszL
Copy link
Contributor

@JanuszL JanuszL commented Aug 30, 2021

  • the latest webdataset python package caries silent yaml
    dependency what break DALI test. This PR adds a missing package
    to the installation process.
  • removes a usage of the shardshuffle parameters in shardshuffle
    example as it is no longer available in webdataset API

Signed-off-by: Janusz Lisiecki jlisiecki@nvidia.com

Description

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (Redesign of existing code that doesn't affect functionality)
  • Other (e.g. Documentation, Tests, Configuration)

What happened in this PR

  • the latest webdataset python package caries silent yaml
    dependency what break DALI test. This PR adds a missing package
    to the installation process.
  • removes a usage of the shardshuffle parameters in shardshuffle
    example as it is no longer available in webdataset API

Additional information

  • Affected modules and functionalities:
    • TL0_jupyter
    • TL1_jupyter_conda
    • webdataset-externalsource.ipynb
  • Key points relevant for the review:
    • NA

Checklist

Tests

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

@JanuszL
Copy link
Contributor Author

JanuszL commented Aug 30, 2021

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2871757]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2871757]: BUILD FAILED

@klecki
Copy link
Contributor

klecki commented Aug 30, 2021

Apparently it's this: https://pypi.org/project/PyYAML/ instead of just yaml.

- the latest webdataset python package caries silent yaml
  dependency what break DALI test. This PR adds a missing package
  to the installation process.
- removes a usage of the `shardshuffle` parameters in webdataset
  example as it is no longer available in webdataset API

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@JanuszL
Copy link
Contributor Author

JanuszL commented Aug 30, 2021

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2872578]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2872578]: BUILD PASSED

@JanuszL JanuszL merged commit ba17f69 into NVIDIA:main Aug 30, 2021
@JanuszL JanuszL deleted the fix_wds_test branch August 30, 2021 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants