Error using permute in CNN

조회 수: 11 (최근 30일)
angel lerma
angel lerma 2019년 5월 27일
Hello
Greetings from Mexico.
My problem is the next:
I saw a webinar posted in:
https://la.mathworks.com/videos/deep-learning-for-computer-vision-with-matlab-116080.html?elqsid=1558988254275&potential_use=Student
https://la.mathworks.com/matlabcentral/fileexchange/57116-deep-learning-for-computer-vision-demo-code?s_tid=prof_contriblnk
I have an error and I do not know how to solve it, could you help me by giving me an orientation?
The error is in the following lines:
Error using permute
ORDER must have at least N elements for an N-D array.
Error in classreg.learning.internal.orientX (line 13)
X = permute(X , [2 1 3])
Error in classreg.learning.classif.CompactClassificationECOC/predict (line 324)
[X,varargin] = classreg.learning.internal.orientX(...
Error in PetDetectionRecognitionScript (line 96)
predictedLabels = predict(classifier, testFeatures);
I have Matlab 2018b update 4 in Win 10 64 bit ......
Any help ? pls....
Greetings and thanks in advance
Angel Lerma

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by