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!