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

error with Pipeline in function fn.decoders.image() #5712

Open
1 task done
LinYuOu opened this issue Nov 14, 2024 · 2 comments
Open
1 task done

error with Pipeline in function fn.decoders.image() #5712

LinYuOu opened this issue Nov 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@LinYuOu
Copy link

LinYuOu commented Nov 14, 2024

Version

nvidia-dali-cuda120 1.40.0

Describe the bug.

not work
images = fn.decoders.image(jpegs, device="mixed")#

2024-11-14 11:13:17 [ERROR] Connection to server is broken.

this work
images = fn.decoders.image(jpegs, device="cpu") # 不报错

gpu is v100

Minimum reproducible example

Relevant log output

Other/Misc.

No response

Check for duplicates

  • I have searched the open bugs/issues and have found no duplicates for this bug report
@LinYuOu LinYuOu added the bug Something isn't working label Nov 14, 2024
@JanuszL
Copy link
Contributor

JanuszL commented Nov 14, 2024

Hi @LinYuOu,

Thank you for reaching out. I believe 2024-11-14 11:13:17 [ERROR] Connection to server is broken. may be emitted by something other than DALI. If you are sure the DALI is the source of the problem can you provide a self-contained repro code we can run on our end (even using a toy data from https://github.com/NVIDIA/DALI_extra)?

@mzient
Copy link
Contributor

mzient commented Nov 19, 2024

Have you re-installed DALI recently? An incompatible version of nvimgcodec as been released recently. Can you downgrade to a version older than 0.4?
pip install nvidia-nvimgcodec-cu12<0.4
Alternatively, upgrade DALI to a version >1.40.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants