How to save cell data to datastore?

4 次查看(过去 30 天)
neal paze
neal paze 2022-2-26
评论: neal paze 2022-2-26
My data is from image.I want to save it to datastore to do deep learning.I cannot get suit way.

回答(1 个)

yanqi liu
yanqi liu 2022-2-26
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])
  1 个评论
neal paze
neal paze 2022-2-26
I need do multiple-input deep learning,if I want use trainNetwork,the input must be combinedatastore or transformdatastore.Can my 4-D format be a datastore?

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by