필터 지우기
필터 지우기

How to save cell data to datastore?

조회 수: 3 (최근 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