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

Question about the difference between dali vs. native_dali for the data_loader #176

Open
crtierney opened this issue Mar 22, 2024 · 2 comments

Comments

@crtierney
Copy link

I am trying to get the 1.0-rc1 code working on my system. My system does have GPUS and CUDA, so I am diverting from the provided instructions. To get the resnet50 test working I had to change the data_loader from dali to native_dali. What's the difference here and is this change expected?

@zhenghh04
Copy link
Member

@crtierney what issue did you get with dali?

There is some difference in the implementation between dali and native_dali. We still need more testing on native_dali.

@crtierney
Copy link
Author

crtierney commented Mar 23, 2024

I am seeing the same issues as issue #177. When running with dataloader=dali, the code for resnet50 runs but no reads are actually performed. Switching to native_dali allowed the IO to flow. I didn't ask the question directly since I have to change how I run the code due to my system (Using container from ngc.nvidia.com, my system has GPUs).

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

No branches or pull requests

2 participants