Data input for CNN training

3 ビュー (過去 30 日間)
Junjie Huang
Junjie Huang 2020 年 12 月 6 日
コメント済み: Junjie Huang 2020 年 12 月 10 日
I prepared the input data for CNN training using format as below:
m x 2 table
Predictors Response
__________________ ________
{224×224×3 double} 2
{224×224×3 double} 7
{224×224×3 double} 9
{224×224×3 double} 9
How can I transfer this data format into the format which trainNetwork function can accept?

採用された回答

Swetha Polemoni
Swetha Polemoni 2020 年 12 月 9 日
Hi Junjie Huang
You may find this answer helpful.
  1 件のコメント
Junjie Huang
Junjie Huang 2020 年 12 月 10 日
Hi Swetha,
Thanks for directing me to the answer.
May I ask if I want to use the datastore related functions, e.g. "splitEachLabel", is there any way to turn the table into required datastore format, with label attribute?
Thanks.
Best,
Junjie

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning for Image Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by