-
Notifications
You must be signed in to change notification settings - Fork 622
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 DALI proxy #5726
base: main
Are you sure you want to change the base?
Introduce DALI proxy #5726
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 <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
…rray) Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
75f5921
to
32983fe
Compare
CI MESSAGE: [21819002]: BUILD STARTED |
Signed-off-by: Joaquin Anton Guirao <[email protected]>
32983fe
to
18e0781
Compare
Signed-off-by: Joaquin Anton Guirao <[email protected]>
be48c3d
to
fb43cf3
Compare
CI MESSAGE: [21823100]: BUILD STARTED |
CI MESSAGE: [21823100]: BUILD PASSED |
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/init.py
Tests:
Added options to run with DALI proxy to RN50 and EfficientNet examples
Checklist
Documentation
TODO
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A