CNNの実装がおこないたいが変数名の重複がが発生してしまう。
Mostrar comentarios más antiguos
CNNの実装を行いたいのですが、以下のコードうつとエラーになってしまいます。
探したのですが、inputという変数はみあたりません。探す方法はありますでしょうか、また、どうすれば解決するのでしょうか。
次を使用中: trainNetwork
table 変数名が重複しています: 'input'。
エラー: CNN400_1aug (行 129)
ccnet = trainNetwork(Training,layers_5,options)
原因:
次を使用中: tabular/horzcat
table 変数名が重複しています: 'input'。
2 comentarios
Takumi Enomoto
el 25 de Oct. de 2022
Naoya
el 27 de Oct. de 2022
もしよろしければ、combine で作成されたデータストア "Training" がどのように作成されたか具体的なコードをお知らせいただけますでしょうか?
Respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox 入門 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!