You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
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.
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
The text was updated successfully, but these errors were encountered: