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

Adjust notebooks to new decoder module #2743

Merged
merged 1 commit into from Mar 1, 2021

Conversation

klecki
Copy link
Contributor

@klecki klecki commented Mar 1, 2021

Depends on #2725.

Signed-off-by: Krzysztof Lecki klecki@nvidia.com

Why we need this PR?

Refactor notebooks to use decoders module.

What happened in this PR?

  • What solution was applied:
    Find and replace
    Some names of operators referenced in text adjusted to lowercase/snake case.

  • Affected modules and functionalities:
    Mostly Python notebooks

  • Key points relevant for the review:

  • Validation and testing:
    CI

  • Documentation (including examples):
    Yes, it's docs

JIRA TASK: [DALI-1882]

Signed-off-by: Krzysztof Lecki <klecki@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

@jantonguirao jantonguirao self-assigned this Mar 1, 2021
@klecki
Copy link
Contributor Author

klecki commented Mar 1, 2021

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2119777]: BUILD STARTED

@JanuszL JanuszL self-assigned this Mar 1, 2021
@@ -47,11 +47,11 @@
"source": [
"### Explicitly Used Operators\n",
"\n",
" - The pipeline will use `readers.File` to provide the input images. We also need the `ImageDecoder` to decode the loaded images.\n",
" - The pipeline will use `readers.file` to provide the input images. We also need the `decoders.image` to decode the loaded images.\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can remove "import nvidia.dali.ops as ops\n", as well.

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [2119777]: BUILD PASSED

@klecki klecki merged commit 8b5a334 into NVIDIA:master Mar 1, 2021
@JanuszL JanuszL mentioned this pull request May 19, 2021
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.

None yet

4 participants