Deep learning syntax error
Mostra commenti meno recenti
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
Risposte (1)
Sai Bhargav Avula
il 25 Mar 2020
0 voti
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!
1 Commento
Sunusi Abdullahi
il 28 Mar 2020
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
