What does observationDim mean?

Dear All!
I am trying to train a deep learning network in the deep network designer but I got the error: "Trainig with trainNetwork failed. observationDim should be either 2, 4 or 5."
I haven't found anything about observationDim in the documentation. How can I solve this problem?
For context I am doing spine segmentation on nifti volumes.
Thank you in advance,
Daniel

댓글 수: 2

Conor Daly
Conor Daly 2022년 10월 12일
Hi Daniel,
Thanks for your message. It looks like this is an unintended error. Would you be able to share the code you ran so that we can investigate the issue further?
All the best,
Conor
Daniel Csata
Daniel Csata 2022년 10월 12일
Hi Conor,
I attach my network but I only ran the training from the deep network designer GUI, so I have no code of that. I am using a randomPatchDataStore for the training data, which is from the labels and the nifti volumes.
Thank you for looking into it!
Best regards,
Daniel

댓글을 달려면 로그인하십시오.

답변 (1개)

Ganapathi Subramanian
Ganapathi Subramanian 2023년 5월 23일

0 개 추천

Hi Daniel,
It is my understanding that you are working on a deep learning model and wants to know about ‘observationDim’.
`observationDim` specifies the dimension of the input data that corresponds to the observations or samples in your experimental setup. For example, if your input data `X` has dimensions `numFeatures` × `numSamples`, then `observationDim` would be set to 2.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2022a

질문:

2022년 10월 11일

답변:

2023년 5월 23일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by