Invalid training data. Responses must be nonempty when using networkTrain on CNN
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Carlos Ramirez
am 3 Sep. 2020
Kommentiert: JAYANTHI BALASUBRAMANIAN
am 9 Jul. 2021
Hello,
I'm having issues with the transform of an ImageDatastore when is used as input to the networkTrain method. If I use the original ImageDatastore as input to the networkTrain, everything works as a charm. By using the read method on the transformed datastore and visualizing the images with imshow() I can see that the transform function is doing what is supposed to do (i.e., adding noise to the images in the ImageDatastore). However, when passing the TransformedDatastore to the networkTrain, the following message is thrown:
Error using trainNetwork (line 170)
Invalid training data. Responses must be nonempty.
0 Kommentare
Akzeptierte Antwort
Mohammad Sami
am 4 Sep. 2020
If you have image processing toolbox, you may perhaps use denoisingImageDatastore
9 Kommentare
drummer
am 23 Okt. 2020
Great, it worked to me too.
Thanks.
I'm performing affine geometric transformation to volumetric images and MATLAB was also returning such error.
But only one thing I would like to ask to @Carlos is why you transformed all the imds?
Wasn't the purpose of your transformation to augment training data? This way, only imdsTrain would be applied the transformation...
I know there are several purposes to transform data. My question is just out of curiosity...
cheers
JAYANTHI BALASUBRAMANIAN
am 9 Jul. 2021
hello,
I am also facing the same problem, but the transform function I used is for Image contrast enhancement for brightness preservation based on dynamic streatching.Can you suggest any methods to correct it
Thank You
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!