How can I remove this error ?
조회 수: 1 (최근 30일)
이전 댓글 표시
Badavath Purnesh Singh
2021년 8월 17일
댓글: Badavath Purnesh Singh
2021년 11월 10일
Error using trainNetwork (line 184)
Conversion to single from uint8 is not possible.
Error in TLcode (line 27)
training= trainNetwork(trainingImages, layers, opt);
Caused by:
Error using cast
Conversion to single from uint8 is not possible.
댓글 수: 0
채택된 답변
Abhishek Kolla
2021년 11월 9일
Could you please provide a detailed explanation along with the code you have tried so that we can replicate the issue?
추가 답변 (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!