How can I remove this error ?
2 次查看(过去 30 天)
显示 更早的评论
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!