-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
| dataloader = DataLoader(dataset, batch_size=1, shuffle=False, num_workers=1) |
Applications that use the Dataloader in MONAI Seg Inference Operator throw errors when trying to allocate shared memory in Argo pipelines.
Need to modify the num of workers argument to not use shared memory by default.
aihsani
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request