なお、imagedatastoreをcombineで結合したデータストアを使用しています。トレーニングオプションなどのパラメーラーの中に隠れているのでしょうか。?そもそも、inputという変数ではなく、入力に重複があるということでしょうか。
CNNの実装がおこないたいが変数名の重複がが発生してしまう。
3 views (last 30 days)
Show older comments
CNNの実装を行いたいのですが、以下のコードうつとエラーになってしまいます。
探したのですが、inputという変数はみあたりません。探す方法はありますでしょうか、また、どうすれば解決するのでしょうか。
次を使用中: trainNetwork
table 変数名が重複しています: 'input'。
エラー: CNN400_1aug (行 129)
ccnet = trainNetwork(Training,layers_5,options)
原因:
次を使用中: tabular/horzcat
table 変数名が重複しています: 'input'。
2 Comments
Answers (0)
See Also
Categories
Find more on 深層学習、セマンティック セグメンテーション、検出 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!