-
Notifications
You must be signed in to change notification settings - Fork 624
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
Introduce (experimental) DALI proxy #5726
base: main
Are you sure you want to change the base?
Conversation
CI MESSAGE: [20865442]: BUILD STARTED |
CI MESSAGE: [20865442]: BUILD PASSED |
I see there are no tests except for the resnet50 example. I believe we should have normal TL0 tests as well. |
Did you test error propagation between the processes? Multiprocessing doesn't automagically propagate exceptions afaik. Maybe we should have tests to check how are the errors in particular processes reported? |
docs/examples/use_cases/pytorch/efficientnet/image_classification/dataloaders.py
Outdated
Show resolved
Hide resolved
caf2d0b
to
0472490
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Posting few comments as the code started moving.
I also feel like we should limit the scope of the API and hide most of the implementation.
c4a7f74
to
1a50983
Compare
CI MESSAGE: [21050826]: BUILD STARTED |
CI MESSAGE: [21050826]: BUILD FAILED |
3bdfd37
to
014032d
Compare
CI MESSAGE: [21052236]: BUILD STARTED |
CI MESSAGE: [21052236]: BUILD FAILED |
014032d
to
a802a29
Compare
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
fb43cf3
to
8ccb54b
Compare
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
Comments addressed
CI MESSAGE: [22302052]: BUILD STARTED |
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
f77699a
to
428d776
Compare
Category:
New feature
Description:
Co-author: @mdabek-nvidia
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
dali/python/nvidia/dali/plugin/pytorch/proxy/__init__.py
Tests:
Checklist
Documentation
TODO
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A