How to save cell data to datastore?
古いコメントを表示
My data is from image.I want to save it to datastore to do deep learning.I cannot get suit way.

回答 (1 件)
yanqi liu
2022 年 2 月 26 日
0 投票
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])
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!