Deep learning syntax error
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Sai Bhargav Avula
2020-3-25
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!
另请参阅
类别
在 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!