numpy.linalg.LinAlgError and RuntimeError when trying to train the model from scratch #956
Replies: 3 comments 11 replies
-
Hi @hourglassnam, Thanks for opening this discussion. It seems there are inf or nans values in the segmentations you've created. Can you please make sure that's not the case? Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
As a follow up to @diazandr3s 's advice, you could also tunnel port 8000 via ssh so you don't expose your MONAI Label server to the internet. You can use a command like this:
|
Beta Was this translation helpful? Give feedback.
-
I have no issues running on simple image (392,392,210) deepedit infer on my windows laptop (with 6 GB GPU) |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I am trying to train a model from scratch, but keep having trouble loading the segmentation images.
I made 10 segmented samples, Seg01 to Seg10, to try out the training process and placed the volumes(.nrrd) in the imagesTr folder and the segmentation(.nrrd) in the imagesTr/labels/final folder.
According to the log, the NibabelReader, PILReader, and NumpyReader cannot load the segmentation file, and I get numpy.linalg.LinAlgError and RuntimeError.
The volumes do not show up when I click the 'Next Sample' button. Instead, it gives me a warning message, "Unabled Samples/Images Not Found at server. Instead you can load your own image."
I could not figure this out by myself.
Could you guys help me out?
Thank you in advance, and below is my log.
Beta Was this translation helpful? Give feedback.
All reactions