Skip to content

MONAI Seg Inference Operator Shared Memory #283

@slbryson

Description

@slbryson

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions