Deep learning syntax error
이전 댓글 표시
Please can someone help me to fix this error, I am trying to train deep network for classification but I ended up having this error each time the program is running, below is the snapshot of the code and error message as well
답변 (1개)
Sai Bhargav Avula
2020년 3월 25일
0 개 추천
Hi,
You cannot perform array operations on imageDatastore objects. In the above case histeq(test_data(:,:,[3 2 1])) and others. One possible workaround is read images and then perform the operation
Hope this helps!
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
