Effacer les filtres
Effacer les filtres

How to save cell data to datastore?

3 vues (au cours des 30 derniers jours)
neal paze
neal paze le 26 Fév 2022
Commenté : neal paze le 26 Fév 2022
My data is from image.I want to save it to datastore to do deep learning.I cannot get suit way.

Réponses (1)

yanqi liu
yanqi liu le 26 Fév 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])
  1 commentaire
neal paze
neal paze le 26 Fév 2022
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?

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by