How to save cell data to datastore?
2 views (last 30 days)
Show older comments
My data is from image.I want to save it to datastore to do deep learning.I cannot get suit way.
0 Comments
Answers (1)
yanqi liu
on 26 Feb 2022
yes,sir,may be make it as 4-D format,such as
XTrain2=(reshape(XTrain, [224,224,3,your_data_number]));
then,make inputLayer
imageInputLayer([224,224,3])
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!