Replies: 2 comments 5 replies
-
Hi @dzenanz, you could refer to "Override the training parameters so that we can complete the pipeline in minutes" about how to set training parameters (such as MONAI/monai/apps/auto3dseg/auto_runner.py Line 512 in 782c1e6 Hope it helps, thanks! |
Beta Was this translation helpful? Give feedback.
-
Relatedly - are the full set of options for CC @pwrightkcl |
Beta Was this translation helpful? Give feedback.
-
Due to Auto3DSeg not being able to run on Windows, I am trying to run it on my secondary machine with Ubuntu 22.04. However it is a lot older, with 4-core CPU and 2GB GPU. Trying to run the hello world runs into:
RuntimeError: subprocess call error 1: This DataLoader will create 8 worker processes in total. Our suggested max number of worker in current system is 4, which is smaller than what this DataLoader is going to create. Please be aware that excessive worker creation might get DataLoader running slow or even freeze, lower the worker number to avoid potential slowness/freeze if necessary.
and later
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 20.00 MiB. GPU 0 has a total capacty of 1.95 GiB of which 2.12 MiB is free. Process 14434 has 638.12 MiB memory in use. Process 14433 has 24.00 MiB memory in use. Process 71412 has 2.98 MiB memory in use. Including non-PyTorch memory, this process has 1.12 GiB memory in use. Of the allocated memory 1.07 GiB is allocated by PyTorch, and 15.26 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
Is there a way to control parallelism in Auto3DSeg?
Beta Was this translation helpful? Give feedback.
All reactions