Project-MONAI / MONAILabel

MONAI Label is an intelligent open source image labeling and learning tool.
https://docs.monai.io/projects/label
Apache License 2.0
595 stars 191 forks source link

[1612302] [ThreadPoolExecutor-1_0] [INFO] (monailabel.utils.async_tasks.utils:83) - Return code: -9 #1681

Open Antoniaaa opened 5 months ago

Antoniaaa commented 5 months ago

when I was train the model deepedit

image

image

diazandr3s commented 5 months ago

Hi @Antoniaaa,

This seems to be a memory issue. I see there are more than 200 samples for training. What's the GPU you're using for this? I'd suggest you change the dataloader type or reduce the samples for training so it fits on your GPU.

Hope this helps,

Antoniaaa commented 4 months ago

Thanks a lot , I will try it.