3D CNN target vector
显示 更早的评论
I have created a 3D CNN in MATLAB 201a.
My 3D - input size is 16x1280x3x42662 - height x width x depth x n:of observations. My target vector is a categorical array of size: 42662x1.
While I train, I get an error: "Number of observations in X and Y disagree." Can someone please help me on where I am going wrong.
Thanks for your time and help.
5 个评论
KSSV
2019-8-8
Huumh.....the trainNetwork is pretty confusing thing. Are you folloiwng the below link?
Venkat
2019-8-8
Srivardhan Gadila
2019-8-16
Is the network's output size "42662x1" excluding the number of observations?
Huynh Quoc Viet
2019-10-30
I have the same problem, someone know how to fix it. Please!
cl h
2019-11-14
modify u train set, size 16x1280x3x1x42662, train data should be 4D,not 3D
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!