-
Hi, I am trying to work on µCT data and make use of the already manually annotated data in order to train a model in MonAiLabel. The server is started with the following command:
The server starts and it also finds the images & manually labelled data. But once I try to start the training by clicking on "TRAIN" the server will stop by stating the issue:
How to solve this issue?
AND. Any ideas? THANKS! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @MrMarkusJ, Thanks for opening this question. My suggestion is to reduce the ROI size to 64x64x64 and see how that goes. You could also reduce the target spacing to 0.8x0.8x0.8 as that will increase the image size. Hope this helps, please let us know. |
Beta Was this translation helpful? Give feedback.
-
Hi @diazandr3s, thanks for you suggestions! The data/ label format was *.nrrd; the heuristic planner was not able to read the meta data and hence was not running.
[2022-08-28 10:22:05,314] [10212] [MainThread] [INFO] (monailabel.utils.others.planner:35) - Reading datastore metadata for heuristic planner...100%| Unfortunately the training is not working. Still same issue: size mismatch for model.2.0.conv.weight: copying a param with shape torch.Size([32, 3, 3, 3, 3]) from checkpoint, the shape in current model is torch.Size([32, 4, 3, 3, 3]). used this setting:
Could it be that the image data is simply too large for the available GPU memory of 8 GB?
Best, |
Beta Was this translation helpful? Give feedback.
Hi @diazandr3s,
thanks for you suggestions!
The data/ label format was *.nrrd; the heuristic planner was not able to read the meta data and hence was not running.
[2022-08-28 10:22:05,314] [10212] [MainThread] [INFO] (monailabel.utils.others.planner:35) - Reading datastore metadata for heuristic planner...100%|
[2022-08-28 10:22:17,460] [10212] [MainThread] [INFO] (monailabel.utils.others.generic:147) - Using nvidia-smi command
[2022-08-28 10:22:17,541] [10212] [MainThread] [INFO] (monailabel.utils.others.planner:71) - Available GPU memory: {0: 7136} in MB
[2022-08-28 10:22:17,542] [10212] [MainThread] [INFO] (mo…