What does observationDim mean?
5 ビュー (過去 30 日間)
古いコメントを表示
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
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
回答 (1 件)
Ganapathi Subramanian
2023 年 5 月 23 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!