- A ClassificationTree or CompactClassificationTree model object,
- table or double or single
Check for missing argument or incorrect argument data type in call to function 'predict'
조회 수: 1 (최근 30일)
이전 댓글 표시
F1 = predict(dlnet,dlX1);
this function call triggers this error: Check for missing argument or incorrect argument data type in call to function 'predict'. These are the variables involved:
dlnet: [1×1 dlnetwork]
dlX1: 224(S) × 224(S) × 1(C) × 1(B) single gpuArray dlarray
Cannot understand what I'm doing wrong
댓글 수: 0
답변 (1개)
Gaurav Garg
2020년 6월 9일
Hi Alessandro
The data types of the 2 arguments for predict function should be -
댓글 수: 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!